Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

Abl - Class in io.openems.edge.evcs.ocpp.abl
 
Abl() - Constructor for class io.openems.edge.evcs.ocpp.abl.Abl
 
AbsorptionPhaseActive - Enum in io.openems.edge.sma.enums
 
AbstractComponentConfig - Class in io.openems.edge.common.test
Helper class for implementing a @Config-annotation within a Component-Test.
AbstractComponentConfig(Class<? extends Annotation>, String) - Constructor for class io.openems.edge.common.test.AbstractComponentConfig
 
AbstractComponentTest<SELF extends AbstractComponentTest<SELF,SUT>,SUT extends OpenemsComponent> - Class in io.openems.edge.common.test
Provides a test framework for OpenEMS Components.
AbstractComponentTest(SUT) - Constructor for class io.openems.edge.common.test.AbstractComponentTest
 
AbstractComponentTest.ChannelValue - Class in io.openems.edge.common.test
Stores a tuple of ChannelAddress and Object value.
AbstractComponentTest.TestCase - Class in io.openems.edge.common.test
Defines a Test-Case consisting of given inputs and expected outputs.
AbstractCsvDatasource - Class in io.openems.edge.simulator.datasource.api
 
AbstractCsvDatasource(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
AbstractCycleWorker - Class in io.openems.common.worker
Defines a generic Worker Thread.
AbstractCycleWorker() - Constructor for class io.openems.common.worker.AbstractCycleWorker
 
AbstractDeviceMonitor - Class in com.dalsemi.onewire.application.monitor
Abstract super-class for 1-Wire Monitors, a optionally-threadable object for searching 1-Wire networks.
AbstractDeviceMonitor() - Constructor for class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
 
AbstractDoc<T> - Class in io.openems.edge.common.channel.internal
Provides static meta information for a Channel using Builder pattern.
AbstractDoc(OpenemsType) - Constructor for class io.openems.edge.common.channel.internal.AbstractDoc
 
AbstractDoubleWordElement<E,T> - Class in io.openems.edge.bridge.modbus.api.element
A DoubleWordElement has a size of two Modbus Registers or 32 bit.
AbstractDoubleWordElement(OpenemsType, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
 
AbstractEssStreetscooter - Class in io.openems.edge.ess.streetscooter
 
AbstractEssStreetscooter() - Constructor for class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
AbstractEvcsCluster - Class in io.openems.edge.evcs.cluster
 
AbstractEvcsCluster(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.evcs.cluster.AbstractEvcsCluster
 
AbstractFeneconDessCharger - Class in io.openems.edge.fenecon.dess.charger
 
AbstractFeneconDessCharger() - Constructor for class io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger
 
AbstractFeneconDessCharger.ChannelId - Enum in io.openems.edge.fenecon.dess.charger
 
AbstractGoodWeEtCharger - Class in io.openems.edge.goodwe.et.charger
 
AbstractGoodWeEtCharger() - Constructor for class io.openems.edge.goodwe.et.charger.AbstractGoodWeEtCharger
 
AbstractImmediateWorker - Class in io.openems.common.worker
Defines a generic Worker Thread.
AbstractImmediateWorker() - Constructor for class io.openems.common.worker.AbstractImmediateWorker
 
AbstractJsonrpcRequest - Class in io.openems.common.jsonrpc.base
This represents a JsonrpcRequest.
AbstractJsonrpcRequest(String) - Constructor for class io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
 
AbstractModbusBridge - Class in io.openems.edge.bridge.modbus.api
Abstract service for connecting to, querying and writing to a Modbus device.
AbstractModbusBridge(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
AbstractModbusElement<T> - Class in io.openems.edge.bridge.modbus.api.element
A ModbusElement represents one row of a Modbus definition table.
AbstractModbusElement(OpenemsType, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
AbstractModbusElement(OpenemsType, int, boolean) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
AbstractModbusRegisterElement<E,T> - Class in io.openems.edge.bridge.modbus.api.element
A ModbusRegisterElement represents one or more Modbus Registers.
AbstractModbusRegisterElement(OpenemsType, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
AbstractModbusTcpApi - Class in io.openems.edge.controller.api.modbus
 
AbstractModbusTcpApi() - Constructor for class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
AbstractModbusTcpApi.ChannelId - Enum in io.openems.edge.controller.api.modbus
 
AbstractNumberSlidingValue<T> - Class in io.openems.edge.common.type.slidingvalue
 
AbstractNumberSlidingValue(OpenemsType) - Constructor for class io.openems.edge.common.type.slidingvalue.AbstractNumberSlidingValue
 
AbstractOcppEvcsComponent - Class in io.openems.edge.evcs.ocpp.common
 
AbstractOcppEvcsComponent(OcppProfileType[], ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
AbstractOcppEvcsComponent.ChannelId - Enum in io.openems.edge.evcs.ocpp.common
 
AbstractOpenemsBackendComponent - Class in io.openems.backend.common.component
 
AbstractOpenemsBackendComponent(String) - Constructor for class io.openems.backend.common.component.AbstractOpenemsBackendComponent
Initializes the AbstractOpenemsBackendComponent.
AbstractOpenemsComponent - Class in io.openems.edge.common.component
This is the default implementation of the OpenemsComponent interface.
AbstractOpenemsComponent(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.common.component.AbstractOpenemsComponent
Default constructor for AbstractOpenemsComponent.
AbstractOpenemsMbusComponent - Class in io.openems.edge.bridge.mbus.api
 
AbstractOpenemsMbusComponent(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
 
AbstractOpenemsModbusComponent - Class in io.openems.edge.bridge.modbus.api
 
AbstractOpenemsModbusComponent(ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Default constructor for AbstractOpenemsModbusComponent.
AbstractOpenemsModbusComponent.BitConverter - Enum in io.openems.edge.bridge.modbus.api
 
AbstractOpenemsModbusComponent.ChannelMapper - Class in io.openems.edge.bridge.modbus.api
Maps an Element to one or more ModbusChannels using converters, that convert the value forward and backwards.
AbstractOpenemsSunSpecComponent - Class in io.openems.edge.bridge.modbus.sunspec
This class provides a generic implementation of SunSpec ModBus protocols.
AbstractOpenemsSunSpecComponent(Map<SunSpecModel, Priority>, ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Constructs a AbstractOpenemsSunSpecComponent.
AbstractPersistenceModelPredictor - Class in io.openems.edge.predictor.persistencemodel
 
AbstractPersistenceModelPredictor(Clock, String, ChannelId) - Constructor for class io.openems.edge.predictor.persistencemodel.AbstractPersistenceModelPredictor
 
AbstractPersistenceModelPredictor(String, ChannelId) - Constructor for class io.openems.edge.predictor.persistencemodel.AbstractPersistenceModelPredictor
 
AbstractPredictiveDelayCharge - Class in io.openems.edge.controller.ess.predictivedelaycharge
 
AbstractPredictiveDelayCharge() - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge
 
AbstractPredictiveDelayCharge(Clock) - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge
 
AbstractPredictiveDelayCharge.ChannelId - Enum in io.openems.edge.controller.ess.predictivedelaycharge
 
AbstractQuadrupleWordElement<E,T> - Class in io.openems.edge.bridge.modbus.api.element
A QuadrupleWordElement has a size of four Modbus Registers or 64 bit.
AbstractQuadrupleWordElement(OpenemsType, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
 
AbstractReadChannel<D extends AbstractDoc<T>,T> - Class in io.openems.edge.common.channel.internal
 
AbstractReadChannel(OpenemsType, OpenemsComponent, ChannelId, D, T) - Constructor for class io.openems.edge.common.channel.internal.AbstractReadChannel
 
AbstractReadDigitalInputsTask - Class in io.openems.edge.bridge.modbus.api.task
 
AbstractReadDigitalInputsTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
AbstractReadInputRegistersTask - Class in io.openems.edge.bridge.modbus.api.task
 
AbstractReadInputRegistersTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.AbstractReadInputRegistersTask
 
AbstractReadTask<T> - Class in io.openems.edge.bridge.modbus.api.task
An abstract Modbus 'AbstractTask' is holding references to one or more Modbus AbstractModbusElement which have register addresses in the same range.
AbstractReadTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
AbstractRestApi - Class in io.openems.edge.controller.api.rest
 
AbstractRestApi(String) - Constructor for class io.openems.edge.controller.api.rest.AbstractRestApi
 
AbstractRestApi.ChannelId - Enum in io.openems.edge.controller.api.rest
 
AbstractStateMachine<STATE extends State<STATE>,CONTEXT> - Class in io.openems.edge.common.statemachine
Manages the States of the StateMachine.
AbstractStateMachine(STATE) - Constructor for class io.openems.edge.common.statemachine.AbstractStateMachine
Initialize the State-Machine and set an initial State.
AbstractSunSpecBatteryInverter - Class in io.openems.edge.batteryinverter.sunspec
 
AbstractSunSpecBatteryInverter(Map<SunSpecModel, Priority>, ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.batteryinverter.sunspec.AbstractSunSpecBatteryInverter
 
AbstractSunSpecMeter - Class in io.openems.edge.meter.sunspec
 
AbstractSunSpecMeter(Map<SunSpecModel, Priority>, ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
 
AbstractSunSpecPvInverter - Class in io.openems.edge.pvinverter.sunspec
 
AbstractSunSpecPvInverter(Map<SunSpecModel, Priority>, ChannelId[], ChannelId[]...) - Constructor for class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
abstractTask - Variable in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
AbstractTask - Class in io.openems.edge.bridge.modbus.api.task
An abstract Modbus 'AbstractTask' is holding references to one or more Modbus AbstractModbusElement which have register addresses in the same range.
AbstractTask(int, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
AbstractWebsocket<T extends WsData> - Class in io.openems.common.websocket
 
AbstractWebsocket(String) - Constructor for class io.openems.common.websocket.AbstractWebsocket
 
AbstractWebsocketClient<T extends WsData> - Class in io.openems.common.websocket
A Websocket Client implementation that automatically tries to reconnect a closed connection.
AbstractWebsocketClient(String, URI) - Constructor for class io.openems.common.websocket.AbstractWebsocketClient
 
AbstractWebsocketClient(String, URI, Map<String, String>) - Constructor for class io.openems.common.websocket.AbstractWebsocketClient
 
AbstractWebsocketClient(String, URI, Map<String, String>, Proxy) - Constructor for class io.openems.common.websocket.AbstractWebsocketClient
 
AbstractWebsocketClient(String, URI, Draft, Map<String, String>, Proxy) - Constructor for class io.openems.common.websocket.AbstractWebsocketClient
 
AbstractWebsocketServer<T extends WsData> - Class in io.openems.common.websocket
 
AbstractWebsocketServer(String, int) - Constructor for class io.openems.common.websocket.AbstractWebsocketServer
 
AbstractWordElement<E,T> - Class in io.openems.edge.bridge.modbus.api.element
A WordElement has a size of one Modbus Registers or 16 bit.
AbstractWordElement(OpenemsType, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
 
AbstractWorker - Class in io.openems.common.worker
Defines a generic Worker Thread.
AbstractWorker() - Constructor for class io.openems.common.worker.AbstractWorker
 
accept(T) - Method in interface io.openems.common.exceptions.CheckedConsumer
 
accept(Channel<Boolean>) - Method in class io.openems.edge.common.channel.BooleanWriteChannel.MirrorToDebugChannel
 
accept(Channel<Integer>) - Method in class io.openems.edge.common.channel.EnumWriteChannel.MirrorToDebugChannel
 
accept(Channel<Float>) - Method in class io.openems.edge.common.channel.FloatWriteChannel.MirrorToDebugChannel
 
accept(Channel<Integer>) - Method in class io.openems.edge.common.channel.IntegerWriteChannel.MirrorToDebugChannel
 
accept(Channel<Long>) - Method in class io.openems.edge.common.channel.LongWriteChannel.MirrorToDebugChannel
 
accept(Channel<Short>) - Method in class io.openems.edge.common.channel.ShortWriteChannel.MirrorToDebugChannel
 
accept(Channel<String>) - Method in class io.openems.edge.common.channel.StringWriteChannel.MirrorToDebugChannel
 
accept(Channel<Integer>) - Method in class io.openems.edge.ess.api.PowerConstraint
 
accept(boolean, int, SolverStrategy) - Method in interface io.openems.edge.ess.power.api.OnSolved
 
accept(Integer, Integer) - Method in class io.openems.edge.ess.streetscooter.PowerHandler
 
accept(String) - Method in class io.openems.edge.evcs.keba.kecontact.ReadHandler
 
AccessDeniedException - Exception in io.openems.common.exceptions
 
AccessDeniedException(String) - Constructor for exception io.openems.common.exceptions.AccessDeniedException
 
AccessMode - Enum in io.openems.common.channel
 
accessMode - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
accessMode - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
accessMode(AccessMode) - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Sets the Access-Mode for the Channel.
accessMode(AccessMode) - Method in class io.openems.edge.common.channel.internal.OpenemsTypeDoc
Sets the Access-Mode for the Channel.
accountData - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
local cache of accountData
accountPageNumber - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
page number account data is stored on
AcIsland - Class in io.openems.edge.controller.ess.acisland
 
AcIsland() - Constructor for class io.openems.edge.controller.ess.acisland.AcIsland
 
AcIsland.ChannelId - Enum in io.openems.edge.controller.ess.acisland
 
acknowledge(ErrorDoc.Acknowledge) - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
acknowledge(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
AcknowledgeGeneratorErrors - Enum in io.openems.edge.sma.enums
 
AcPredictiveDelayCharge - Class in io.openems.edge.controller.ess.predictivedelaycharge.ac
 
AcPredictiveDelayCharge() - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
AcPredictiveDelayCharge(Clock) - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
act() - Method in interface io.openems.edge.battery.soltaro.controller.IState
in this method everything should be executed what there is to do in this state.
act() - Method in class io.openems.edge.battery.soltaro.controller.state.Check
 
act() - Method in class io.openems.edge.battery.soltaro.controller.state.ForceCharge
 
act() - Method in class io.openems.edge.battery.soltaro.controller.state.FullCharge
 
act() - Method in class io.openems.edge.battery.soltaro.controller.state.Limit
 
act() - Method in class io.openems.edge.battery.soltaro.controller.state.Normal
 
act() - Method in class io.openems.edge.battery.soltaro.controller.state.Undefined
 
activate(String) - Method in class io.openems.common.worker.AbstractCycleWorker
 
activate(String) - Method in class io.openems.common.worker.AbstractImmediateWorker
 
activate(String) - Method in class io.openems.common.worker.AbstractWorker
Initializes the worker and starts the worker thread
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String, int) - Method in class io.openems.edge.batteryinverter.sunspec.AbstractSunSpecBatteryInverter
Make sure to call this method from the inheriting OSGi Component.
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String) - Method in class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
Call this method from Component implementations activate().
activate(ComponentContext, Config) - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
activate(ComponentContext, String, String, boolean, LogVerbosity, int) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
activate(String) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
 
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Call this method from Component implementations activate().
activate(ComponentContext, String, String, boolean) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
 
activate(ComponentContext, ConfigTcp) - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
 
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String, int) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
 
activate(ComponentContext, String, String, boolean) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Handles @Activate of implementations.
activate(AbstractComponentConfig) - Method in class io.openems.edge.common.test.AbstractComponentTest
Calls the 'activate()' method of the 'system-under-test'.
activate(ComponentContext, String, String, boolean, ConfigurationAdmin, Meta, String[], int, int, int) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
activate(ComponentContext, String, String, boolean, boolean, int, int) - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
activate(ComponentContext, Config) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
activate(ComponentContext, String, String) - Method in class io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge
 
activate(ComponentContext, String, String, boolean, String, int, boolean) - Method in class io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge
Abstract activator.
activate(ComponentContext, Config) - Method in class io.openems.edge.controller.generic.jsonlogic.JsonLogicController
 
activate() - Method in class io.openems.edge.core.sum.EnergyValuesHandler
 
activate(Battery, ManagedSymmetricBatteryInverter) - Method in class io.openems.edge.ess.generic.symmetric.ChannelHandler
Called on Component activate().
activate(Battery) - Method in class io.openems.edge.ess.sinexcel.ChannelHandler
Called on Component activate().
activate(ComponentContext, String, String, boolean, boolean, int, ConfigurationAdmin, String, String) - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
activate(ComponentContext, Config0) - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
activate(ComponentContext, Config1) - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
activate(ComponentContext, String, String, boolean) - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
 
activate(String) - Method in class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
activate(ComponentContext, Config) - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
activate(ComponentContext, String, String, boolean) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
activate(ComponentContext, Config) - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
activate(String, int) - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
Starting the OCPP Server.
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String, int) - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
Make sure to call this method from the inheriting OSGi Component.
activate(ComponentContext, String, String, boolean, int, ConfigurationAdmin, String, String, int) - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
Make sure to call this method from the inheriting OSGi Component.
activate(ComponentContext, String, String, boolean, int) - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
ActiveBatteryChargingMode - Enum in io.openems.edge.sma.enums
 
activeEvcsSessions - Variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
Currently connected sessions with their related evcs components.
activeStateChannelsToString(Map<ChannelAddress, EdgeConfig.Component.Channel>) - Static method in interface io.openems.backend.metadata.api.Metadata
Helper method for creating a String of all active State-Channels by Level.
activityConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the activity latches are set for Conditional Search and if not sets it.
AD_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the voltage A/D Input Select Bit with setFlag/getFlag When this bit is true the battery input is (VDD) is selected as input for the voltage A/D input.
adapter - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
The adapter this NetAdapter will proxy too
adapter - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
the adapter to search for devices
adapter - Variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
The DSPortAdapter the monitor was using at the time of event
adapter - Variable in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
The DSPortAdapter the monitor was using at the time of event
adapter - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Reference to the adapter the OneWireContainer resides on.
adapter - Variable in class com.dalsemi.onewire.container.OneWireContainer
Reference to the adapter that is needed to communicate with this iButton or 1-Wire device.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Detects adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Detects adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Detect adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Detects adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
adapterDetected() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Detect adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Detect adapter presence on the selected port.
adapterSet() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Tells whether an adapter has been set.
ADB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not the A/D converter is busy using getFlag().
ADContainer - Interface in com.dalsemi.onewire.container
Interface class for 1-Wire® devices that perform analog measuring operations.
add(OneWireContainer, int) - Method in class com.dalsemi.onewire.utils.OWPath
Add a 1-Wire path element to this 1-Wire path.
add(ChannelAddress, JsonElement) - Method in class io.openems.common.jsonrpc.notification.CurrentDataNotification
 
add(long, Map<ChannelAddress, JsonElement>) - Method in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
add(long, ChannelAddress, JsonElement) - Method in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
add(String, EdgeConfigDiff.ComponentDiff.OldNewProperty) - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
add(String) - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
add(int) - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
add(long) - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
add(boolean) - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
add(JsonElement) - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
add(String, JsonElement) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addAttributes(Configuration.ConfigurationAttribute...) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
addBasicInfo(Worksheet, String, ZonedDateTime, ZonedDateTime) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Adds basic information like the Edge-ID, date of creation,...
addBranch(OWPath) - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Adds a branch for searching.
addChannel(ChannelAddress) - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
addChannel(ChannelAddress) - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
addChannel(ChannelId) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
addChannel(StateChannel) - Method in class io.openems.edge.common.channel.internal.StateCollectorChannel
Adds a Channel to this StateCollector.
addChannel(ChannelId) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Initializes the given Channel-ID.
addChannel(FieldbusChannelId) - Method in class io.openems.edge.wago.Wago
 
addChannelDataRecords() - Method in class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
Define channels of the mbus device and the record position of its corresponding values or the datatype if the channel displays secondary address values.
addChannelDataRecords() - Method in class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
addChannels(ChannelId[]) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Initializes the given Channel-IDs.
addChannels(ChannelId[][]) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Initializes the given Channel-IDs.
addCharger(AbstractGoodWeEtCharger) - Method in interface io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverter
 
addCharger(AbstractGoodWeEtCharger) - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
addChatterMessage(MyEdge, String) - Method in class io.openems.backend.metadata.odoo.odoo.OdooHandler
Adds a message in Odoo Chatter ('mail.thread').
addChatterMessage(Credentials, String, int, String) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Adds a message in Odoo Chatter ('mail.thread').
addChatterMessage(Credentials, String, int, String) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Adds a message in Odoo Chatter ('mail.thread').
addComponent(String, EdgeConfig.Component) - Method in class io.openems.common.types.EdgeConfig
 
addComponent(OpenemsComponent) - Method in class io.openems.edge.common.test.AbstractComponentTest
Adds an available OpenemsComponent.
addComponent(OpenemsComponent) - Method in class io.openems.edge.common.test.DummyComponentManager
Specific for this Dummy implementation.
addComponent(ModbusSlave) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
addComponent(ModbusSlave) - Method in class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
addComponent(ModbusSlave) - Method in class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
addComponentHeader(Worksheet, String, int) - Static method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxResponse
 
addConfig(AbstractComponentConfig) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
Adds a simulated AbstractComponentConfig with all its properties to the configurations.
addConstraint(Constraint) - Method in class io.openems.edge.ess.core.power.Data
 
addConstraint(Constraint) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
addConstraint(Constraint) - Method in interface io.openems.edge.ess.power.api.Power
Adds a Constraint.
addConstraint(Constraint) - Method in class io.openems.edge.ess.test.DummyPower
 
addConstraintAndValidate(Constraint) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
addConstraintAndValidate(Constraint) - Method in interface io.openems.edge.ess.power.api.Power
Adds a Constraint if the problem is still solvable afterwards.
addConstraintAndValidate(Constraint) - Method in class io.openems.edge.ess.test.DummyPower
 
addContainer(OneWireContainer) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Adds a OneWireContainer to the list of containers that this adapter object will find.
addDevice(Edge) - Method in class io.openems.backend.metadata.api.UserEdgesInfo
 
addDeviceMonitorEventListener(DeviceMonitorEventListener) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Add a listener, to be notified of arrivals, departures, and exceptions.
addEdgeId(String) - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
addEdgeId(String) - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
addEdgeRole(String, Role) - Method in class io.openems.backend.metadata.api.BackendUser
Sets the Role for a given Edge-ID.
addEnergyData(Worksheet, SortedMap<ChannelAddress, JsonElement>) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Adds the energy data header and values.
addEss(ManagedSymmetricEss) - Method in class io.openems.edge.ess.core.power.Data
 
addEss(ManagedSymmetricEss) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
addEss(ManagedSymmetricEss) - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
addEvcs(Evcs) - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
addEvcs(Evcs) - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
addEvcs(Evcs) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
Adds each Evcs component to a list and checks whether there is a matching session.
addFactory(String, EdgeConfig.Factory) - Method in class io.openems.common.types.EdgeConfig
Add a Factory.
addFloatValue(Worksheet, int, int, float) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add the value to the excel sheet.
addKwhValueIfnotNull(Worksheet, int, int, JsonElement) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add a energy value in unit [Wh] to the excel sheet.
addMeter(SymmetricMeter) - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
addOrUpate(ResultSet) - Method in class io.openems.backend.metadata.odoo.EdgeCache
Adds a Edge or Updates an existing Edge from a SQL ResultSet.
addPowerConstraint(String, Phase, Pwr, Relationship, double) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Adds a Power Constraint for the current Cycle.
addPowerConstraintAndValidate(String, Phase, Pwr, Relationship, double) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Adds a Power Constraint for the current Cycle.
addPowerData(Worksheet, SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Adds the power data header and values.
addProperty(String, String) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addProperty(String, int) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addProperty(String, long) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addProperty(String, boolean) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addPropertyIfNotNull(String, String) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addPropertyIfNotNull(String, Integer) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addPropertyIfNotNull(String, Long) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addPropertyIfNotNull(String, Boolean) - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
addProtocol(String, ModbusProtocol) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Adds the protocol.
addProtocol(String, ModbusProtocol) - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Adds a Protocol with a source identifier to this Modbus Bridge.
addProtocol(String, ModbusProtocol) - Method in class io.openems.edge.bridge.modbus.api.ModbusWorker
Adds the protocol.
addProtocol(String, ModbusProtocol) - Method in class io.openems.edge.bridge.modbus.test.DummyModbusBridge
 
addProtocol(String, ModbusProtocol) - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
addRecord(Worksheet, int, ModbusRecord, int) - Static method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxResponse
 
addRecord(Float[]) - Method in class io.openems.edge.simulator.DataContainer
Adds a Record to the end.
addReference(String, Object) - Method in class io.openems.edge.common.test.AbstractComponentTest
Adds a OSGi Declarative Services @Reference via java reflection.
address - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Cache of 1-Wire Address
address - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
1-Wire Address for this simulated device
address - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Cache of 1-Wire Address
address - Variable in class com.dalsemi.onewire.container.OneWireContainer
1-Wire Network Address of this iButton or 1-Wire device.
Address - Class in com.dalsemi.onewire.utils
Utilities to translate and verify the 1-Wire Network address.
address() - Method in interface io.openems.edge.common.channel.Channel
Gets the address of this Channel.
address() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
 
ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
addScheduleEntry(SetGridConnScheduleRequest.GridConnSchedule) - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
addScheduler(Scheduler) - Method in class io.openems.edge.core.cycle.CycleImpl
 
addSheetHeader(Workbook, Worksheet) - Static method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxResponse
 
addSimpleConstraint(String, String, Phase, Pwr, Relationship, double) - Method in class io.openems.edge.ess.core.power.Data
 
addStringValue(Worksheet, int, int, String) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add the value to the excel sheet.
addStringValueBold(Worksheet, int, int, String) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add a value in bold font style to the excel sheet.
addStringValueItalic(Worksheet, int, int, String) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add a value in bold + italic font style to the excel sheet.
addStringValueRightAligned(Worksheet, int, int, String) - Static method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
Helper method to add the value to the excel sheet.
addTask(DatabaseTask) - Method in class io.openems.backend.metadata.odoo.postgres.QueueWriteWorker
 
addTask(String, MbusTask) - Method in interface io.openems.edge.bridge.mbus.api.BridgeMbus
 
addTask(String, MbusTask) - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
addTask(Task) - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
Adds a Task to the Protocol.
addTask(Consumer<DSPortAdapter>) - Method in interface io.openems.edge.bridge.onewire.BridgeOnewire
Add a Task.
addTask(Consumer<DSPortAdapter>) - Method in class io.openems.edge.bridge.onewire.impl.BridgeOnewireImpl
 
addTask(Consumer<DSPortAdapter>) - Method in class io.openems.edge.bridge.onewire.impl.OneWireTaskWorker
 
addTask(T) - Method in class io.openems.edge.common.taskmanager.TasksManager
Adds a Task, taking its Priority in consideration.
addTasks(Task...) - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
Adds Tasks to the Protocol.
addTasks(T...) - Method in class io.openems.edge.common.taskmanager.TasksManager
Adds multiple Tasks.
addTasks(List<T>) - Method in class io.openems.edge.common.taskmanager.TasksManager
Adds multiple Tasks.
addTasksManager(String, TasksManager<T>) - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Adds a TasksManager.
addToSum() - Method in interface io.openems.edge.meter.api.VirtualMeter
Whether or not to add the values of this meter to Sum.
addToSum() - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
addValue(String, ChannelAddress, JsonElement) - Method in class io.openems.backend.b2bwebsocket.jsonrpc.notification.EdgesCurrentDataNotification
 
addValue(String, ChannelAddress, JsonElement) - Method in class io.openems.backend.common.jsonrpc.response.GetEdgesChannelsValuesResponse
 
addValue(Channel<Integer>) - Method in class io.openems.edge.common.channel.calculate.CalculateAverage
Adds a Channel-Value.
addValue(Channel<Integer>) - Method in class io.openems.edge.common.channel.calculate.CalculateIntegerSum
Adds a Channel-Value.
addValue(Channel<Integer>, Function<Integer, Integer>) - Method in class io.openems.edge.common.channel.calculate.CalculateIntegerSum
Adds a Channel-Value.
addValue(Channel<Long>) - Method in class io.openems.edge.common.channel.calculate.CalculateLongSum
Adds a Channel-Value.
addValue(T) - Method in class io.openems.edge.common.type.slidingvalue.AbstractNumberSlidingValue
 
addValue(Object) - Method in class io.openems.edge.common.type.slidingvalue.LatestSlidingValue
 
addValue(T) - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Adds a value.
addValue(WriteChannel<?>, WriteObject) - Method in class io.openems.edge.controller.api.common.ApiWorker
 
addValue(Channel<GridMode>) - Method in class io.openems.edge.ess.api.CalculateGridMode
Adds a Channel-Value.
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.ADContainer
Indicates the high AD alarm.
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.HumidityContainer
high temperature alarm
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.MissionContainer
Indicates the high alarm.
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.TemperatureContainer
high temperature alarm
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.ADContainer
Indicates the low AD alarm.
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.HumidityContainer
low temperature alarm
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.MissionContainer
Indicates the low alarm.
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.TemperatureContainer
low temperature alarm
ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of ALARMS in array returned from read state
ALARM_STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Alarm Status Register
alias() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
alias() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns a human-readable name of this Component..
alias() - Method in class io.openems.edge.common.test.AbstractComponentConfig
 
alias() - Method in class io.openems.edge.common.test.DummyComponentManager
 
ALL_LINES_OFF_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
All lines off command.
AllAlphabetically - Class in io.openems.edge.scheduler.allalphabetically
This Scheduler returns all existing Controllers ordered by their ID.
AllAlphabetically() - Constructor for class io.openems.edge.scheduler.allalphabetically.AllAlphabetically
 
AllAlphabetically.ThisChannelId - Enum in io.openems.edge.scheduler.allalphabetically
 
ALWAYS_WAIT_FOR_TRIGGER_NEXT_RUN - Static variable in class io.openems.common.worker.AbstractWorker
 
andConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the 'and' Conditional Search is set and if not sets it.
andConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the 'and' Conditional Search is set and if not sets it.
annotationType() - Method in class io.openems.edge.common.test.AbstractComponentConfig
 
apduBuffer - Variable in class com.dalsemi.onewire.container.CommandAPDU
Byte array containing the entire CommandAPDU.
apduBuffer - Variable in class com.dalsemi.onewire.container.ResponseAPDU
byte array containing the entire ResponseAPDU
apduLength - Variable in class com.dalsemi.onewire.container.CommandAPDU
Length of this CommandAPDU currently in the apduBuffer.
apduLength - Variable in class com.dalsemi.onewire.container.ResponseAPDU
length of this ResponseAPDU currently in the apduBuffer
apiWorker - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
ApiWorker - Class in io.openems.edge.controller.api.common
Takes care of continuously writing channels till a timeout.
ApiWorker() - Constructor for class io.openems.edge.controller.api.common.ApiWorker
 
apiWorker - Variable in class io.openems.edge.controller.api.rest.AbstractRestApi
 
apiWorker - Variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
ApparentPowerConstraintFactory - Class in io.openems.edge.ess.core.power
 
ApparentPowerConstraintFactory(Data) - Constructor for class io.openems.edge.ess.core.power.ApparentPowerConstraintFactory
 
apply(T) - Method in interface io.openems.common.exceptions.CheckedFunction
 
applyInputs(Map<String, OpenemsComponent>) - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
Applies the values for input channels.
applyLevel(Level) - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
Switch on Phases according to selected Level.
applyLowHighLimits(int) - Method in class io.openems.edge.common.filter.PidFilter
Applies the configured PID low and high limits to a value.
applyPidFilter(int, int) - Method in class io.openems.edge.common.filter.PidFilter
Apply the PID filter using the current Channel value as input and the target value.
applyPidFilter(int, int) - Method in class io.openems.edge.ess.core.power.DisabledPidFilter
 
applyPower(int, int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
 
applyPower(int, int, int, int, int, int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Apply the calculated Power
applyPower(int, int, int, int, int, int) - Method in interface io.openems.edge.ess.api.ManagedSinglePhaseEss
 
applyPower(int, int) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Apply the calculated Power.
applyPower(int, int) - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
applyPower(int, int) - Method in class io.openems.edge.ess.cluster.EssCluster
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.ess.cluster.EssCluster
 
applyPower(int, int) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
applyPower(int, int) - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
Forwards the power request to the SymmetricBatteryInverter.
applyPower(int, int) - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
applyPower(int, int) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.ess.refu.RefuEss
 
applyPower(int, int) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
applyPower(int, int) - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
applyPower(int, int) - Method in class io.openems.edge.ess.test.DummyHybridEss
 
applyPower(int, int) - Method in class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
applyPower(int, int) - Method in class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
applyPower(int, int) - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
applyPower(int, int) - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
applyPower(int, int) - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
applyPower(int, int) - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
applyPower(int, int, int, int, int, int) - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
applyTimeLeap() - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
Applies the time leap to the clock.
AppModeIndex - Enum in io.openems.edge.goodwe.et.ess
 
arrayReadBit(int, int, byte[]) - Static method in class com.dalsemi.onewire.utils.Bit
Read a bit state in a byte array.
arrayWriteBit(int, int, int, byte[]) - Static method in class com.dalsemi.onewire.utils.Bit
Write the bit state in a byte array.
ARRIVAL - Static variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
enum for arrival/departure event types
asCamelCase() - Method in interface io.openems.common.types.OptionsEnum
Gets the name in CamelCase format.
asEnum() - Method in class io.openems.edge.common.channel.value.Value
Gets the value as its Enum option.
asJson() - Method in enum io.openems.common.session.Role
Gets the Role as a JsonPrimitive.
asJson() - Method in class io.openems.edge.common.channel.value.Value
Gets the value in GSON JSON format
asNotSet() - Static method in class io.openems.common.types.ConfigurationProperty
 
asNull() - Static method in class io.openems.common.types.ConfigurationProperty
 
asOptional() - Method in class io.openems.edge.common.channel.value.Value
Gets the value as an Optional.
asOptionString() - Method in class io.openems.edge.common.channel.value.Value
Gets the value as its String option.
ASR_BIT_BATTERY_ON_RESET - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Alarm Status Register Bit: Battery On Reset
ASR_BIT_DATA_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Alarm Status Register Bit: Data High Alarm
ASR_BIT_DATA_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Alarm Status Register Bit: Data Low Alarm
ASR_BIT_TEMPERATURE_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Alarm Status Register Bit: Temperature High Alarm
ASR_BIT_TEMPERATURE_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Alarm Status Register Bit: Temperature Low Alarm
assertAuthenticatedWithTimeout(JsonrpcMessage, long, TimeUnit) - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
assertEdgeId(JsonrpcMessage) - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
assertEdgeRoleIsAtLeast(String, String, Role) - Method in class io.openems.backend.metadata.api.BackendUser
Throws an exception if the current Role is equal or more privileged than the given Role.
assertNull(String, Object) - Static method in class io.openems.edge.common.type.TypeUtils
Throws an descriptive exception if the object is null.
assertRoleIsAtLeast(String, Role) - Method in enum io.openems.common.session.Role
Throws an exception if the current Role is equal or more privileged than the given Role.
assertRoleIsAtLeast(String, Role) - Method in class io.openems.common.session.User
Throws an exception if the current Role is equal or more privileged than the given Role.
assertSelect(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
assertSelect(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
assertSelect(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
assertToken() - Method in class io.openems.backend.uiwebsocket.impl.WsData
Gets the token or throws an error if no token was set.
assertUserIsAuthenticated(String) - Method in class io.openems.edge.controller.api.websocket.WsData
Throws an exception if the User is not authenticated.
asString() - Method in class io.openems.edge.common.channel.value.Value
Gets the value as a formatted String with its unit.
asStringWithoutUnit() - Method in class io.openems.edge.common.channel.value.Value
Gets the value as a formatted String without its unit
AsymmetricEss - Interface in io.openems.edge.ess.api
 
AsymmetricEss.ChannelId - Enum in io.openems.edge.ess.api
 
AsymmetricFixActivePower - Class in io.openems.edge.controller.asymmetric.fixactivepower
 
AsymmetricFixActivePower() - Constructor for class io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower
 
AsymmetricFixActivePower.ChannelId - Enum in io.openems.edge.controller.asymmetric.fixactivepower
 
AsymmetricFixReactivePower - Class in io.openems.edge.controller.asymmetric.fixreactivepower
 
AsymmetricFixReactivePower() - Constructor for class io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower
 
AsymmetricFixReactivePower.ChannelId - Enum in io.openems.edge.controller.asymmetric.fixreactivepower
 
AsymmetricMeter - Interface in io.openems.edge.meter.api
Represents an Asymmetric Meter.
AsymmetricMeter.ChannelId - Enum in io.openems.edge.meter.api
 
AUTH_HOST - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
authenticate() - Method in interface io.openems.backend.metadata.api.Metadata
Authenticates a User without any information.
authenticate(String, String) - Method in interface io.openems.backend.metadata.api.Metadata
Authenticates the User by username and password.
authenticate(String) - Method in interface io.openems.backend.metadata.api.Metadata
Authenticates the User by a Session-ID.
authenticate() - Method in class io.openems.backend.metadata.dummy.Dummy
 
authenticate(String, String) - Method in class io.openems.backend.metadata.dummy.Dummy
 
authenticate(String) - Method in class io.openems.backend.metadata.dummy.Dummy
 
authenticate() - Method in class io.openems.backend.metadata.file.File
 
authenticate(String, String) - Method in class io.openems.backend.metadata.file.File
 
authenticate(String) - Method in class io.openems.backend.metadata.file.File
 
authenticate(String, String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
authenticate(String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
Tries to authenticate at the Odoo server using a sessionId from a cookie.
authenticate(String, String) - Method in class io.openems.backend.metadata.odoo.odoo.OdooHandler
Authenticates a user using Username and Password.
authenticate(String) - Method in interface io.openems.edge.common.user.UserService
Authenticates a user with his password
authenticate(String, String) - Method in interface io.openems.edge.common.user.UserService
Authenticates a user with his username and password
authenticate(String, String) - Method in class io.openems.edge.common.user.UserServiceImpl
 
authenticate(String) - Method in class io.openems.edge.common.user.UserServiceImpl
 
AuthenticatedRpcRequest - Class in io.openems.common.jsonrpc.request
Wraps a JSON-RPC Request from an authenticated User.
AuthenticatedRpcRequest(User, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
AuthenticatedRpcRequest(UUID, User, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
AuthenticatedRpcResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'authenticatedRpc'.
AuthenticatedRpcResponse(UUID, JsonrpcResponseSuccess) - Constructor for class io.openems.common.jsonrpc.response.AuthenticatedRpcResponse
 
authenticateSession(String) - Method in class io.openems.backend.metadata.odoo.odoo.OdooHandler
Authenticates a user using a Session-ID.
AuthenticateWithPasswordRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request to authenticate with a Password.
AuthenticateWithPasswordRequest(UUID, String) - Constructor for class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
AuthenticateWithPasswordRequest(String) - Constructor for class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
AuthenticateWithPasswordResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'authenticateWithPassword'.
AuthenticateWithPasswordResponse(UUID, UUID, List<EdgeMetadata>) - Constructor for class io.openems.common.jsonrpc.response.AuthenticateWithPasswordResponse
 
AuthenticateWithSessionIdFailedNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for when UI authentication with session_id failed.
AuthenticateWithSessionIdFailedNotification() - Constructor for class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdFailedNotification
 
AuthenticateWithSessionIdNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for UI authentication with session_id.
AuthenticateWithSessionIdNotification(UUID, List<EdgeMetadata>) - Constructor for class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdNotification
 
AuthenticateWithSessionIdResponse - Class in io.openems.backend.metadata.odoo.odoo.jsonrpc
Represents a successful JSON-RPC Response for 'EmptyRequest' to '/openems_backend/info'.
AuthenticateWithSessionIdResponse(UUID, MyUser) - Constructor for class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithSessionIdResponse
 
AuthenticateWithUsernameAndPasswordRequest - Class in io.openems.backend.metadata.odoo.odoo.jsonrpc
Represents a JSON-RPC Request to authenticate with username and password.
AuthenticateWithUsernameAndPasswordRequest(String, String, String) - Constructor for class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordRequest
 
AuthenticateWithUsernameAndPasswordResponse - Class in io.openems.backend.metadata.odoo.odoo.jsonrpc
Represents a successful JSON-RPC Response for 'AuthenticateWithUsernameAndPasswordRequest'.
AuthenticateWithUsernameAndPasswordResponse(UUID, String, int, String, String) - Constructor for class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
authPageNumber - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Page used for generating user authentication secret.
AutomaticFrequencySynchronization - Enum in io.openems.edge.sma.enums
 
AutomaticGeneratorStart - Enum in io.openems.edge.sma.enums
 
AutoSetFunction - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
AutoSetFunction - Enum in io.openems.edge.battery.soltaro.single.versionc.enums
 
AUX_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Main channel flag in array returned from read state.
auxData - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Any auxilliary data stored on this coprocessor
available() - Method in class com.dalsemi.onewire.adapter.SerialService
 
available() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
average(Integer...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely finds the average value of all values.
averageRounded(Integer...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely finds the average value of all values and rounds the result to an Integer using Math.round(float).
await() - Method in class io.openems.common.utils.Mutex
 
awaitOrTimeout(long, TimeUnit) - Method in class io.openems.common.utils.Mutex
 

B

B2bRest - Class in io.openems.backend.b2brest
 
B2bRest() - Constructor for class io.openems.backend.b2brest.B2bRest
 
B2bWebsocket - Class in io.openems.backend.b2bwebsocket
 
B2bWebsocket() - Constructor for class io.openems.backend.b2bwebsocket.B2bWebsocket
 
BackendApi - Class in io.openems.edge.controller.api.backend
 
BackendApi() - Constructor for class io.openems.edge.controller.api.backend.BackendApi
 
BackendApi.ChannelId - Enum in io.openems.edge.controller.api.backend
 
BackendApp - Class in io.openems.backend.application
 
BackendApp() - Constructor for class io.openems.backend.application.BackendApp
 
BackendUser - Class in io.openems.backend.metadata.api
Represents a Backend-User within Metadata Service.
BackendUser(String, String) - Constructor for class io.openems.backend.metadata.api.BackendUser
 
BackendUser(String, String, String) - Constructor for class io.openems.backend.metadata.api.BackendUser
 
Balancing - Class in io.openems.edge.controller.symmetric.balancing
 
Balancing() - Constructor for class io.openems.edge.controller.symmetric.balancing.Balancing
 
Balancing.ChannelId - Enum in io.openems.edge.controller.symmetric.balancing
 
BalancingSchedule - Interface in io.openems.edge.controller.symmetric.balancingschedule
 
BalancingSchedule.ChannelId - Enum in io.openems.edge.controller.symmetric.balancingschedule
 
BalancingScheduleImpl - Class in io.openems.edge.controller.symmetric.balancingschedule
 
BalancingScheduleImpl() - Constructor for class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
bankDescription - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Memory bank descriptions
Base64PayloadResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for a Base64-encoded payload.
Base64PayloadResponse(UUID, byte[]) - Constructor for class io.openems.common.jsonrpc.response.Base64PayloadResponse
 
BaseState - Class in io.openems.edge.battery.soltaro.controller.state
 
BaseState(ManagedSymmetricEss, Battery) - Constructor for class io.openems.edge.battery.soltaro.controller.state.BaseState
 
Battery - Interface in io.openems.edge.battery.api
Represents a Battery.
battery - Variable in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
battery - Variable in class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
battery - Variable in class io.openems.edge.ess.generic.symmetric.statemachine.Context
 
Battery.ChannelId - Enum in io.openems.edge.battery.api
 
BatteryBoxC130 - Interface in io.openems.edge.battery.bydcommercial
 
BatteryBoxC130.ChannelId - Enum in io.openems.edge.battery.bydcommercial
 
BatteryBoxC130Impl - Class in io.openems.edge.battery.bydcommercial
 
BatteryBoxC130Impl() - Constructor for class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
BatteryCurrentDirection - Enum in io.openems.edge.kostal.piko.core.api
 
BatteryDummy - Class in io.openems.edge.simulator.battery
 
BatteryDummy() - Constructor for class io.openems.edge.simulator.battery.BatteryDummy
 
BatteryGroupState - Enum in io.openems.edge.fenecon.mini.ess
 
BatteryGroupState - Enum in io.openems.edge.fenecon.pro.ess
 
BatteryHandlingController - Class in io.openems.edge.battery.soltaro.controller
 
BatteryHandlingController() - Constructor for class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
batteryInverter - Variable in class io.openems.edge.ess.generic.symmetric.statemachine.Context
 
BatteryInverterConstraint - Class in io.openems.edge.batteryinverter.api
Wraps a Constraint for a ManagedSymmetricBatteryInverter.
BatteryInverterConstraint(String, Phase, Pwr, Relationship, double) - Constructor for class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
BatteryMaintenanceState - Enum in io.openems.edge.ess.fenecon.commercial40
 
BatteryMode - Enum in io.openems.edge.ess.refu
 
BatteryMode - Enum in io.openems.edge.goodwe.et.ess
 
BatteryState - Enum in io.openems.edge.battery.bmw.enums
 
BatteryState - Enum in io.openems.edge.battery.soltaro
 
BatteryState - Enum in io.openems.edge.ess.refu
 
BatteryStringSwitchState - Enum in io.openems.edge.ess.fenecon.commercial40
 
BatteryStringWorkState - Enum in io.openems.edge.ess.byd.container
 
BatteryType - Enum in io.openems.edge.sma.enums
 
BatteryWorkState - Enum in io.openems.edge.battery.bydcommercial
 
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.SerialService
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
BIND_SECRET_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
bindCode - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
7 bytes of binding data for scratchpad to bind secret installation
bindData - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
32 bytes of binding data to bind secret installation
bindSecretToiButton(int, byte[], byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Binds an installed secret to this virtual DS1963S by using well-known binding data and this DS1963S's (unique?) address.
bindSecretToiButton(int, byte[], byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Binds an installed secret to a DS1963S by using well-known binding data and the DS1963S's unique address.
bindSecretToiButton(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Binds an installed secret to a DS1961S/DS2432 by using well-known binding data and the DS1961S/DS2432's unique address.
Bit - Class in com.dalsemi.onewire.utils
Utilities for bit operations on an array.
Bit() - Constructor for class com.dalsemi.onewire.utils.Bit
 
bit(int, ChannelId, AbstractOpenemsModbusComponent.BitConverter) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
Adds a mapping for a given bit.
bit(int, ChannelId) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
Adds a mapping for a given bit.
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of BITMAP in array returned from read registers
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of BITMAP in array returned from read state.
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of BITMAP in array returned from read state
BitsWordElement - Class in io.openems.edge.bridge.modbus.api.element
A BitsWordElement is an UnsignedWordElement where every bit represents a Boolean value.
BitsWordElement(int, AbstractOpenemsModbusComponent) - Constructor for class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
blackstartApproval(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
BmsDcdcWorkMode - Enum in io.openems.edge.ess.fenecon.commercial40
 
BmsDcdcWorkState - Enum in io.openems.edge.ess.fenecon.commercial40
 
bmsNeedsFullCharge(long) - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
BMSOperatingMode - Enum in io.openems.edge.sma.enums
 
BmsState - Enum in io.openems.edge.battery.bmw.enums
 
BmsStateCommand - Enum in io.openems.edge.battery.bmw.enums
 
BmwBattery - Interface in io.openems.edge.battery.bmw
 
BmwBattery.BMWChannelId - Enum in io.openems.edge.battery.bmw
 
BmwBatteryImpl - Class in io.openems.edge.battery.bmw
 
BmwBatteryImpl() - Constructor for class io.openems.edge.battery.bmw.BmwBatteryImpl
 
BooleanDoc - Class in io.openems.edge.common.channel
 
BooleanDoc() - Constructor for class io.openems.edge.common.channel.BooleanDoc
 
BooleanReadChannel - Class in io.openems.edge.common.channel
 
BooleanReadChannel(OpenemsComponent, ChannelId, BooleanDoc) - Constructor for class io.openems.edge.common.channel.BooleanReadChannel
 
BooleanReadChannel(OpenemsComponent, ChannelId, BooleanDoc, Boolean) - Constructor for class io.openems.edge.common.channel.BooleanReadChannel
 
BooleanWriteChannel - Class in io.openems.edge.common.channel
 
BooleanWriteChannel(OpenemsComponent, ChannelId, BooleanDoc) - Constructor for class io.openems.edge.common.channel.BooleanWriteChannel
 
BooleanWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
branchAutoSearching - Variable in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
indicates whether or not branches are automatically traversed
branchVector - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
A Vector of branches describing how to physically get to the tagged device through a set of 1-Wire switches.
BridgeMbus - Interface in io.openems.edge.bridge.mbus.api
 
BridgeMbus.ChannelId - Enum in io.openems.edge.bridge.mbus.api
 
BridgeMbusImpl - Class in io.openems.edge.bridge.mbus
 
BridgeMbusImpl() - Constructor for class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
BridgeModbus - Interface in io.openems.edge.bridge.modbus.api
 
BridgeModbus.ChannelId - Enum in io.openems.edge.bridge.modbus.api
 
BridgeModbusSerial - Interface in io.openems.edge.bridge.modbus.api
 
BridgeModbusSerialImpl - Class in io.openems.edge.bridge.modbus
Provides a service for connecting to, querying and writing to a Modbus/RTU device.
BridgeModbusSerialImpl() - Constructor for class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
BridgeModbusSerialImpl.ChannelId - Enum in io.openems.edge.bridge.modbus
 
BridgeModbusTcp - Interface in io.openems.edge.bridge.modbus.api
 
BridgeModbusTcpImpl - Class in io.openems.edge.bridge.modbus
Provides a service for connecting to, querying and writing to a Modbus/TCP device.
BridgeModbusTcpImpl() - Constructor for class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
BridgeModbusTcpImpl.ChannelId - Enum in io.openems.edge.bridge.modbus
 
BridgeOnewire - Interface in io.openems.edge.bridge.onewire
 
BridgeOnewire.ChannelId - Enum in io.openems.edge.bridge.onewire
 
BridgeOnewireImpl - Class in io.openems.edge.bridge.onewire.impl
 
BridgeOnewireImpl() - Constructor for class io.openems.edge.bridge.onewire.impl.BridgeOnewireImpl
 
broadcastMessage(JsonrpcMessage) - Method in class io.openems.common.websocket.AbstractWebsocketServer
Broadcasts a message to all connected WebSockets.
BsmuWorkState - Enum in io.openems.edge.fenecon.dess.ess
 
BUFFERED_OUTPUT - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
Indicates whether or not to buffer the output (probably always true!)
build() - Method in class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
build() - Method in class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
build() - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.ChannelMapper
 
build() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
Builder(Class<?>, AccessMode, int) - Constructor for class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
buildJsonArray() - Static method in class io.openems.common.utils.JsonUtils
Creates a JsonArray using a Builder.
buildJsonArray(JsonArray) - Static method in class io.openems.common.utils.JsonUtils
Creates a JsonArray using a Builder.
buildJsonObject() - Static method in class io.openems.common.utils.JsonUtils
Creates a JsonObject using a Builder.
buildJsonObject(JsonObject) - Static method in class io.openems.common.utils.JsonUtils
Creates a JsonObject using a Builder.
bundleContext - Variable in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
BydContainerWatchdog - Class in io.openems.edge.ess.byd.container.watchdog
 
BydContainerWatchdog() - Constructor for class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
BydContainerWatchdog.ChannelId - Enum in io.openems.edge.ess.byd.container.watchdog
 
BYTE_LENGTH - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
BYTE_LENGTH - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
BYTE_LENGTH - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
BYTE_LENGTH - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
BYTE_LENGTH - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
byteOrder(ByteOrder) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
Sets the Byte-Order.
byteOrder - Variable in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 

C

CA_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current Accumulator bit with setFlag/getFlag.
calculate() - Method in class io.openems.edge.common.channel.calculate.CalculateAverage
Calculates the average.
calculate() - Method in class io.openems.edge.common.channel.calculate.CalculateIntegerSum
Calculates the sum.
calculate() - Method in class io.openems.edge.common.channel.calculate.CalculateLongSum
Calculates the sum.
calculate() - Method in class io.openems.edge.ess.api.CalculateGridMode
Finds the effective Grid-Mode.
CalculateAverage - Class in io.openems.edge.common.channel.calculate
Helper class to calculate the average of Channel-Values.
CalculateAverage() - Constructor for class io.openems.edge.common.channel.calculate.CalculateAverage
 
CalculateEnergyFromPower - Class in io.openems.edge.timedata.api.utils
Calculates the value for energy channels in [Wh] from Power values in [W].
CalculateEnergyFromPower(TimedataProvider, ChannelId) - Constructor for class io.openems.edge.timedata.api.utils.CalculateEnergyFromPower
 
CalculateGridMode - Class in io.openems.edge.ess.api
Helper class to find the effective Grid-Mode of multiple Ess.
CalculateGridMode() - Constructor for class io.openems.edge.ess.api.CalculateGridMode
 
CalculateIntegerSum - Class in io.openems.edge.common.channel.calculate
Helper class to sum up Integer-Channels.
CalculateIntegerSum() - Constructor for class io.openems.edge.common.channel.calculate.CalculateIntegerSum
 
CalculateLongSum - Class in io.openems.edge.common.channel.calculate
Helper class to sum up Long-Channels.
CalculateLongSum() - Constructor for class io.openems.edge.common.channel.calculate.CalculateLongSum
 
calculateMaxApparentPower() - Method in class io.openems.edge.fenecon.pro.ess.MaxApparentPowerHandler
 
calculateResolution(ZonedDateTime, ZonedDateTime) - Static method in interface io.openems.common.timedata.CommonTimedataService
Calculates the time resolution for the period in seconds.
calculateRounded() - Method in class io.openems.edge.common.channel.calculate.CalculateAverage
Calculates the average and rounds to Integer.
calibrateCurrentADC() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Calibrate the current ADC.
canADMultiChannelRead() - Method in interface com.dalsemi.onewire.container.ADContainer
Checks to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Queries to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to see if this A/D device supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this A/D supports doing multiple voltage conversions at the same time.
canBreak() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canBreak() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDisableClock() - Method in interface com.dalsemi.onewire.container.ClockContainer
Checks to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Query to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if the clock can be disabled.
canFlex() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canFlex() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support flex speed mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support hyperdrive mode.
canLockPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Checks to see if this memory bank has pages that can be locked.
canLockRedirectPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Checks to see if this memory bank has pages that can be locked from being redirected.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support overdrive mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Applications might check this method and not attempt operation unless this method returns true.
canProgram() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support 12 volt power mode.
canRead() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the application can read the file denoted by this abstract pathname.
canRead() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if can read the file associated with this descriptor.
canReadAfterExpire(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the device can be read after a write protected alarm has occured.
canRedirectPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Checks to see if this memory bank has pages that can be redirected to a new page.
canWrite() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the application can modify to the file denoted by this abstract pathname.
canWrite() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if the file represented by this descriptor is writable.
capitalizeFirstLetter(String) - Static method in class io.openems.common.utils.StringUtils
 
category - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
CC_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Mirrors the !CC output pin.
CcuControlParameters - Class in io.openems.edge.ess.mr.gridcon.writeutils
 
CcuControlParameters() - Constructor for class io.openems.edge.ess.mr.gridcon.writeutils.CcuControlParameters
 
CCUState - Enum in io.openems.edge.ess.mr.gridcon.enums
This enum describes the overall total state of a gridcon.
CellChannelFactory - Class in io.openems.edge.battery.soltaro.versionc.utils
 
CellChannelFactory() - Constructor for class io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory
 
CellChannelFactory.Type - Enum in io.openems.edge.battery.soltaro.versionc.utils
 
chainConditionalReadRom(byte[]) - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
chainConditionalReadRom sends the chain mode "DONE" command sequence to current chain device.
chainDone() - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
chainDone sends the chain mode "DONE" command sequence to current chain device.
ChainMonitor - Class in com.dalsemi.onewire.application.monitor
Class ChainMonitor represents the monitor that searches the 1-Wire net for Chain Mode devices, otherwise known as "Sequence Detect".
ChainMonitor(DSPortAdapter) - Constructor for class com.dalsemi.onewire.application.monitor.ChainMonitor
Create a simple monitor that does not search branches
chainOff() - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
chainOff sends the chain mode "OFF" command sequence to all chain devices.
chainOn() - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
chainOn sends the chain mode "ON" command sequence to all chain devices.
channel - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
The channel on which to probe for info.
Channel(String, OpenemsType, AccessMode, String, Unit, EdgeConfig.Component.Channel.ChannelDetail) - Constructor for class io.openems.common.types.EdgeConfig.Component.Channel
 
channel(Rack, RackChannel) - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Gets the Channel for a Rack.
channel(Rack, RackChannel) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
Channel<T> - Interface in io.openems.edge.common.channel
An OpenEMS Channel holds one specific piece of information of an OpenemsComponent.
channel(String) - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns a Channel defined by its ChannelId string representation.
channel(ChannelId) - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns a Channel defined by its ChannelId.
channel(int, ChannelId, ModbusType) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
CHANNEL_A_ONLY - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for the channelAccess method.
CHANNEL_AUX - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Aux Channel number.
CHANNEL_B_ONLY - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for the channelAccess method.
CHANNEL_BOTH - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for the channelAccess method.
CHANNEL_MAIN - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Main Channel number.
CHANNEL_NAME - Static variable in class io.openems.edge.simulator.io.DigitalInputOutput
 
CHANNEL_NONE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to select neither channel as the source for alarm conditions in the setSearchConditions() method.
CHANNEL_VAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Channel selector for the VAD input.
CHANNEL_VDD - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Channel selector for the VDD input.
CHANNEL_VSENSE - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Channel selectro the the IAD input.
CHANNELA - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel A number
channelAccess(byte[], boolean, boolean, int, int, boolean, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Accesses the PIO channels to sense the logical status of the output node.
ChannelAddress - Class in io.openems.common.types
 
ChannelAddress(String, String) - Constructor for class io.openems.common.types.ChannelAddress
 
CHANNELB - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel B number
CHANNELC - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel C number
ChannelCategory - Enum in io.openems.common.channel
 
CHANNELD - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel D number
ChannelDataRecordMapper - Class in io.openems.edge.bridge.mbus.api
 
ChannelDataRecordMapper(VariableDataStructure, List<ChannelRecord>) - Constructor for class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
channelDataRecordsList - Variable in class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
 
channelDataRecordsList - Variable in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
ChannelDetailEnum(Map<String, JsonElement>) - Constructor for class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailEnum
 
ChannelDetailOpenemsType() - Constructor for class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailOpenemsType
 
ChannelDetailState(Level) - Constructor for class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailState
 
channelDoc() - Method in interface io.openems.edge.common.channel.Channel
Gets the ChannelDoc of this Channel.
channelDoc() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
ChannelFormula - Class in io.openems.backend.timedata.influx
 
ChannelFormula(Function, ChannelAddress) - Constructor for class io.openems.backend.timedata.influx.ChannelFormula
 
ChannelFormula(Function, int) - Constructor for class io.openems.backend.timedata.influx.ChannelFormula
 
ChannelHandler - Class in io.openems.edge.ess.generic.symmetric
Helper wrapping class to handle everything related to Channels; in particular calculating the Ess-Channels based on the Channels of the Battery and Battery-Inverter.
ChannelHandler(GenericManagedSymmetricEss) - Constructor for class io.openems.edge.ess.generic.symmetric.ChannelHandler
 
ChannelHandler - Class in io.openems.edge.ess.sinexcel
 
ChannelHandler(EssSinexcel) - Constructor for class io.openems.edge.ess.sinexcel.ChannelHandler
 
ChannelId - Enum in io.openems.edge.battery.soltaro.controller
 
channelId - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
channelId() - Method in interface io.openems.edge.common.channel.Channel
Gets the ChannelId of this Channel.
ChannelId - Interface in io.openems.edge.common.channel
A ChannelId defines a Channel.
channelId() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
ChannelIdImpl - Class in io.openems.edge.battery.soltaro
 
ChannelIdImpl(String, Doc) - Constructor for class io.openems.edge.battery.soltaro.ChannelIdImpl
 
channelIdUpperToCamel(String) - Static method in interface io.openems.edge.common.channel.ChannelId
Converts a Channel-ID in UPPER_UNDERSCORE format (like from an Enum) to the preferred UPPER_CAMEL format.
ChannelMapper(AbstractModbusElement<?>) - Constructor for class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.ChannelMapper
 
ChannelRecord - Class in io.openems.edge.bridge.mbus.api
 
ChannelRecord(Channel<?>, ChannelRecord.DataType) - Constructor for class io.openems.edge.bridge.mbus.api.ChannelRecord
In this case you will request secondary address values.
ChannelRecord(Channel<?>, int) - Constructor for class io.openems.edge.bridge.mbus.api.ChannelRecord
In this case you will request usage data.
ChannelRecord.DataType - Enum in io.openems.edge.bridge.mbus.api
 
channels() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
channels() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns all Channels.
channels() - Method in class io.openems.edge.common.test.DummyComponentManager
 
ChannelSingleThreshold - Class in io.openems.edge.controller.io.channelsinglethreshold
 
ChannelSingleThreshold() - Constructor for class io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold
 
ChannelSingleThreshold(Clock) - Constructor for class io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold
 
ChannelSingleThreshold.ChannelId - Enum in io.openems.edge.controller.io.channelsinglethreshold
 
ChannelThreshold - Class in io.openems.edge.controller.channelthreshold
 
ChannelThreshold() - Constructor for class io.openems.edge.controller.channelthreshold.ChannelThreshold
 
ChannelThreshold.ChannelId - Enum in io.openems.edge.controller.channelthreshold
 
channelToElement(Object) - Method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Convert a Channel value to an Element value.
ChannelValue(ChannelAddress, Object) - Constructor for class io.openems.edge.common.test.AbstractComponentTest.ChannelValue
 
CHARGE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Reseting this flag will disable charging regardless of cell or pack conditions.
CHARGE_MAX_A - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
CHARGE_MAX_A - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
CHARGE_MAX_V - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
CHARGE_OVERCURRENT_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true the battery has experienced a charge-direction overcurrent condition.
chargeEssWithPercentOfMaxPower(int) - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
ChargeIndication - Enum in io.openems.edge.battery.soltaro
 
ChargeMode - Enum in io.openems.edge.controller.evcs
 
charger - Variable in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
ChargeState - Enum in io.openems.edge.controller.timeslotpeakshaving
 
ChargingLowerThanTargetHandler - Class in io.openems.edge.controller.evcs
 
ChargingLowerThanTargetHandler(Clock) - Constructor for class io.openems.edge.controller.evcs.ChargingLowerThanTargetHandler
 
ChargingProperty - Class in io.openems.edge.evcs.ocpp.common
Charging Property.
ChargingProperty(int, double, ZonedDateTime) - Constructor for class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
ChargingType - Enum in io.openems.edge.evcs.api
 
Check - Class in io.openems.edge.battery.soltaro.controller.state
 
Check(ManagedSymmetricEss, Battery, int, long, int) - Constructor for class io.openems.edge.battery.soltaro.controller.state.Check
 
checkAccountPageInfo(OneWireContainer) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Asserts that proper account info exists for this SHAiButtonUser and establishes a buffer for caching account data.
checkConfiguration(Config) - Method in class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
checked - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Check the status of the memory page.
CheckedConsumer<T> - Interface in io.openems.common.exceptions
This interface is similar to the java.util interface Consumer.
CheckedFunction<T,R> - Interface in io.openems.common.exceptions
This interface is similar to the java.util interface Function.
CheckedRunnable - Interface in io.openems.common.exceptions
This interface is similar to the java.util interface Runnable.
CheckedSupplier<T> - Interface in io.openems.common.exceptions
This interface is similar to the java.util interface Supplier.
checkSpeed() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Check the device speed if has not been done before or if an error was detected.
checkStatus() - Method in class com.dalsemi.onewire.container.OneWireContainer33
To check the status of the part.
CircularTreeMap<K,V> - Class in io.openems.edge.common.type
Implements a circular buffer with a TreeMap.
CircularTreeMap(int) - Constructor for class io.openems.edge.common.type.CircularTreeMap
 
CLA - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Index for addressing CLA in this CommandAPDU apduBuffer.
CleanUpByThread(Thread) - Static method in class com.dalsemi.onewire.adapter.SerialService
Cleans up the resources used by the thread argument.
CleanUpByThread(Thread) - Static method in class com.dalsemi.onewire.adapter.TMEXAdapter
CleanUp the native state for classes owned by the provided thread.
CleanUpByThread(Thread) - Static method in class com.dalsemi.onewire.adapter.USerialAdapter
Cleans up the resources used by the thread argument.
cleanUpStaleContainerReferences() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
The device monitor will internally cache OneWireContainer objects for each 1-Wire device.
cleanUpStalePathReferences() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
The device monitor will internally cache OWPath objects for each 1-Wire device.
cleanUpStalePathReferences() - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
The device monitor will internally cache OWPath objects for each 1-Wire device.
clear() - Method in class io.openems.backend.timedata.api.EdgeCache
 
CLEAR_MEMORY_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Clear Memory With Password
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer42
This method does nothing for the DS28EA00 (not needed).
clearActivity() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Clears the activity latches the next time possible.
clearAll() - Method in class io.openems.edge.common.taskmanager.TasksManager
Clears all Tasks lists.
clearConditions() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Clears the overvoltage, undervoltage, charge overcurrent, and discharge overcurrent flags.
clearMemory() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Clears the memory of any previous mission.
clearMemory() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Erases the log memory from this missioning device.
clearMissionResults() - Method in interface com.dalsemi.onewire.container.MissionContainer
Clears the mission results and erases the log memory from this missioning device.
clearMissionResults() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Clears the mission results and erases the log memory from this missioning device.
clearPowerOnReset(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the Power On Reset if on and if so clears it.
clearPowerOnReset(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the Power On Reset if on and if so clears it.
clearUseOverridingAdapter() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Clears the overriding adapter.
ClientReconnectorWorker - Class in io.openems.common.websocket
 
ClientReconnectorWorker(AbstractWebsocketClient<?>) - Constructor for class io.openems.common.websocket.ClientReconnectorWorker
 
clock - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
ClockContainer - Interface in com.dalsemi.onewire.container
Interface class for 1-Wire® devices that contain Real-Time clocks.
ClockProvider - Interface in io.openems.edge.common.component
ClockProvider provides a Clock - real or mocked like TimeLeapClock.
clockProvider - Variable in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
close() - Method in class com.dalsemi.onewire.application.file.OWFile
Closes this file and releases any system resources associated with this stream.
close() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Closes this file descriptor and releases any system resources associated with this stream.
close() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class com.dalsemi.onewire.utils.OWPath
Close each element in this 1-Wire path in reverse order.
close() - Method in class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
closeModbusConnection() - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Closes the Modbus connection.
closeModbusConnection() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
closeModbusConnection() - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
closePort() - Method in class com.dalsemi.onewire.adapter.SerialService
Close this serial port.
clusterName - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
The name of the cluster to which the tagged device is associated.
ClusterRunState - Enum in io.openems.edge.battery.bydcommercial
 
ClusterRunState - Enum in io.openems.edge.battery.soltaro.single.versiona
 
ClusterRunState - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
ClusterRunState - Enum in io.openems.edge.battery.soltaro.single.versionc.enums
NOTE.
ClusterStartStop - Enum in io.openems.edge.battery.soltaro.cluster.enums
 
ClusterVersionB - Class in io.openems.edge.battery.soltaro.cluster.versionb
 
ClusterVersionB() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
ClusterVersionBChannelId - Enum in io.openems.edge.battery.soltaro.cluster.versionb
 
ClusterVersionC - Interface in io.openems.edge.battery.soltaro.cluster.versionc
 
ClusterVersionC.ChannelId - Enum in io.openems.edge.battery.soltaro.cluster.versionc
 
ClusterVersionCImpl - Class in io.openems.edge.battery.soltaro.cluster.versionc
 
ClusterVersionCImpl() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
cm - Variable in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
cm - Variable in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
cm - Variable in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
cm - Variable in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
cm - Variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
cm - Variable in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
cm - Variable in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
cm - Variable in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
cm - Variable in class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
cm - Variable in class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
cm - Variable in class io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridControllerImpl
 
cm - Variable in class io.openems.edge.controller.evcs.EvcsController
 
cm - Variable in class io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput
 
cm - Variable in class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
cm - Variable in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic
 
cm - Variable in class io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimitImpl
 
cm - Variable in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
cm - Variable in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
cm - Variable in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
cm - Variable in class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
cm - Variable in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
cm - Variable in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
cm - Variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
cm - Variable in class io.openems.edge.ess.refu.RefuEss
 
cm - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
cm - Variable in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
cm - Variable in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
cm - Variable in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger1
 
cm - Variable in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger2
 
cm - Variable in class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
cm - Variable in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
cm - Variable in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
cm - Variable in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
cm - Variable in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
cm - Variable in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
cm - Variable in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
cm - Variable in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
cm - Variable in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
cm - Variable in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv2
 
cm - Variable in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
cm - Variable in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
cm - Variable in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
cm - Variable in class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
cm - Variable in class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
cm - Variable in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
cm - Variable in class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
cm - Variable in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
cm - Variable in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
cm - Variable in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
cm - Variable in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
cm - Variable in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
cm - Variable in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
cm - Variable in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
cm - Variable in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
cm - Variable in class io.openems.edge.pvinverter.kaco.blueplanet.KacoBlueplanet
 
cm - Variable in class io.openems.edge.pvinverter.sma.SmaPvInverter
 
cm - Variable in class io.openems.edge.pvinverter.solarlog.SolarLog
 
cm - Variable in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
cm - Variable in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
cm - Variable in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
cm - Variable in class io.openems.edge.simulator.evcs.SimulatedEvcs
 
cm - Variable in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
cm - Variable in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
cm - Variable in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
cm - Variable in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
cm - Variable in class io.openems.edge.simulator.pvinverter.PvInverter
 
cm - Variable in class io.openems.edge.simulator.timedata.SimulatorTimedata
 
cm - Variable in class io.openems.edge.sma.SunnyIsland6Ess
 
cm - Variable in class io.openems.edge.solaredge.gridmeter.SolarEdgeGridMeter
 
cm - Variable in class io.openems.edge.solaredge.pvinverter.SolarEdge
 
cm - Variable in class io.openems.edge.wago.Wago
 
CMD_BEGINEXCLUSIVE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANBREAK - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANDELIVERPOWER - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANDELIVERSMARTPOWER - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANFLEX - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANHYPERDRIVE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANOVERDRIVE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CANPROGRAM - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_CLOSECONNECTION - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_DATABLOCK - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_ENDEXCLUSIVE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_EXCLUDEFAMILY - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_FINDFIRSTDEVICE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_FINDNEXTDEVICE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_GETADDRESS - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_GETBIT - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_GETBLOCK - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_GETBYTE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_GETSPEED - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_PINGCONNECTION - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_PUTBIT - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_PUTBYTE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_RESET - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETNORESETSEARCH - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETPOWERDURATION - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETPOWERNORMAL - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETPROGRAMPULSEDURATION - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETSEARCHALLDEVICES - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETSEARCHONLYALARMINGDEVICES - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_SETSPEED - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_STARTBREAK - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_STARTPOWERDELIVERY - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_STARTPROGRAMPULSE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_TARGETALLFAMILIES - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
CMD_TARGETFAMILY - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
code(int) - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
Coefficient - Class in io.openems.edge.ess.power.api
 
Coefficient(int, String, Phase, Pwr) - Constructor for class io.openems.edge.ess.power.api.Coefficient
 
coefficient - Variable in class io.openems.edge.ess.power.api.LinearCoefficient
 
Coefficients - Class in io.openems.edge.ess.power.api
 
Coefficients() - Constructor for class io.openems.edge.ess.power.api.Coefficients
 
CoilElement - Class in io.openems.edge.bridge.modbus.api.element
A CoilElement has a size of one Modbus Coil or 1 bit.
CoilElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.CoilElement
 
collectAndWriteChannelValues() - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
collectData() - Method in class io.openems.edge.timedata.rrd4j.RecordWorker
Collects the data from Channels.
collects - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
com.dalsemi.onewire - package com.dalsemi.onewire
 
com.dalsemi.onewire.adapter - package com.dalsemi.onewire.adapter
 
com.dalsemi.onewire.application.file - package com.dalsemi.onewire.application.file
 
com.dalsemi.onewire.application.monitor - package com.dalsemi.onewire.application.monitor
 
com.dalsemi.onewire.application.sha - package com.dalsemi.onewire.application.sha
 
com.dalsemi.onewire.application.tag - package com.dalsemi.onewire.application.tag
 
com.dalsemi.onewire.container - package com.dalsemi.onewire.container
 
com.dalsemi.onewire.debug - package com.dalsemi.onewire.debug
 
com.dalsemi.onewire.utils - package com.dalsemi.onewire.utils
 
COMM_FAILED - Static variable in class com.dalsemi.onewire.adapter.NetAdapter
Error message when I/O failure occurs
CommandAPDU - Class in com.dalsemi.onewire.container
A CommandAPDU represents an ISO 7816-4 specified Application Protocol Data Unit (APDU) sent to a smart card.
CommandAPDU(byte[]) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CommandAPDU.
CommandAPDU(byte, byte, byte, byte) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 1 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, int) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 2 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, byte[]) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 3 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, byte[], int) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 4 CommandAPDU.
CommandControlRegisters - Class in io.openems.edge.ess.mr.gridcon.writeutils
 
CommandControlRegisters() - Constructor for class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
CommandControlRegisters.Mode - Enum in io.openems.edge.ess.mr.gridcon.writeutils
 
CommonTimedataService - Interface in io.openems.common.timedata
 
compareTo(OWFile) - Method in class com.dalsemi.onewire.application.file.OWFile
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class com.dalsemi.onewire.application.file.OWFile
Compares this abstract pathname to another object.
compareTo(ChannelAddress) - Method in class io.openems.common.types.ChannelAddress
 
Component(String, String, String, String, TreeMap<String, JsonElement>, TreeMap<String, EdgeConfig.Component.Channel>) - Constructor for class io.openems.common.types.EdgeConfig.Component
 
component - Variable in class io.openems.edge.battery.bydcommercial.statemachine.StateMachine.Context
 
component - Variable in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.Context
 
component - Variable in class io.openems.edge.battery.soltaro.single.versionb.statemachine.Context
 
component - Variable in class io.openems.edge.battery.soltaro.single.versionc.statemachine.Context
 
component - Variable in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
component - Variable in class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
component - Variable in class io.openems.edge.ess.generic.symmetric.statemachine.Context
 
COMPONENT_MANAGER_ID - Static variable in class io.openems.common.OpenemsConstants
 
COMPONENT_NAME - Static variable in class io.openems.edge.controller.api.backend.BackendApi
 
ComponentDiff(EdgeConfig.Component, EdgeConfigDiff.ComponentDiff.Change, EdgeConfigDiff.ComponentDiff.OldNewProperty, EdgeConfigDiff.ComponentDiff.OldNewProperty) - Constructor for class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
componentId - Variable in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker.Config
 
ComponentJsonApiRequest - Class in io.openems.common.jsonrpc.request
Wraps a JSON-RPC Request for an OpenEMS Component that implements JsonApi
ComponentJsonApiRequest(String, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
ComponentJsonApiRequest(UUID, String, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
componentManager - Variable in class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
ComponentManager - Interface in io.openems.edge.common.component
A Service that provides access to OpenEMS-Components.
componentManager - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
componentManager - Variable in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
componentManager - Variable in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
componentManager - Variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
componentManager - Variable in class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
componentManager - Variable in class io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower
 
componentManager - Variable in class io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower
 
componentManager - Variable in class io.openems.edge.controller.asymmetric.peakshaving.PeakShaving
 
componentManager - Variable in class io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification
 
componentManager - Variable in class io.openems.edge.controller.channelthreshold.ChannelThreshold
 
componentManager - Variable in class io.openems.edge.controller.chp.soc.ControllerChpSoc
 
componentManager - Variable in class io.openems.edge.controller.debug.detailedlog.DebugDetailedLog
 
componentManager - Variable in class io.openems.edge.controller.debuglog.DebugLog
 
componentManager - Variable in class io.openems.edge.controller.ess.acisland.AcIsland
 
componentManager - Variable in class io.openems.edge.controller.ess.delaycharge.DelayChargeController
 
componentManager - Variable in class io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController
 
componentManager - Variable in class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
componentManager - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
componentManager - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
componentManager - Variable in class io.openems.edge.controller.evcs.EvcsController
 
componentManager - Variable in class io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower
 
componentManager - Variable in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
componentManager - Variable in class io.openems.edge.controller.io.alarm.IoAlarm
 
componentManager - Variable in class io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold
 
componentManager - Variable in class io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput
 
componentManager - Variable in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
 
componentManager - Variable in class io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit
 
componentManager - Variable in class io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit
 
componentManager - Variable in class io.openems.edge.controller.symmetric.balancing.Balancing
 
componentManager - Variable in class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
componentManager - Variable in class io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower
 
componentManager - Variable in class io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower
 
componentManager - Variable in class io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower
 
componentManager - Variable in class io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand
 
componentManager - Variable in class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
componentManager - Variable in class io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower
 
componentManager - Variable in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
componentManager - Variable in class io.openems.edge.core.cycle.CycleImpl
 
componentManager - Variable in class io.openems.edge.core.sum.SumImpl
 
componentManager - Variable in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
componentManager - Variable in class io.openems.edge.ess.cluster.EssCluster
 
componentManager - Variable in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
componentManager - Variable in class io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController
 
componentManager - Variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
componentManager - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
componentManager - Variable in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
componentManager - Variable in class io.openems.edge.evcs.ocpp.abl.Abl
 
componentManager - Variable in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
componentManager - Variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
componentManager - Variable in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
componentManager - Variable in class io.openems.edge.predictor.persistencemodel.consumption.ConsumptionPredictor
 
componentManager - Variable in class io.openems.edge.predictor.persistencemodel.production.ProductionPredictor
 
componentManager - Variable in class io.openems.edge.pvinverter.cluster.PvInverterCluster
 
componentManager - Variable in class io.openems.edge.scheduler.allalphabetically.AllAlphabetically
 
componentManager - Variable in class io.openems.edge.scheduler.daily.DailyScheduler
 
componentManager - Variable in class io.openems.edge.scheduler.fixedorder.FixedOrder
 
componentManager - Variable in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
componentManager - Variable in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
componentManager - Variable in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
ComponentManager.ChannelId - Enum in io.openems.edge.common.component
 
ComponentManagerImpl - Class in io.openems.edge.core.componentmanager
 
ComponentManagerImpl() - Constructor for class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
components - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
componentsToJson(EdgeConfig.Component.JsonFormat) - Method in class io.openems.common.types.EdgeConfig
Returns the configuration Components as a JSON Object.
ComponentTest - Class in io.openems.edge.common.test
Provides a generic test framework for OpenEMS Components.
ComponentTest(OpenemsComponent) - Constructor for class io.openems.edge.common.test.ComponentTest
 
compute(int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on the data element based on a zero seed.
compute(int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on the data element based on the provided seed.
compute(byte[]) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on a zero seed.
compute(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on a zero seed.
compute(byte[], int, int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on the provided seed.
compute(byte[], int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on the provided seed.
compute(int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on the data element based on the provided seed.
compute(int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on the data element based on a zero seed.
compute(byte[]) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[], int, int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
compute(byte[], int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
COMPUTE_CHALLENGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
COMPUTE_FIRST_SECRET - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
COMPUTE_NEXT_SECRET - Static variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Compute next Secret command
COMPUTE_NEXT_SECRET - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
COMPUTE_SHA - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
computeNextSecret(int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Computes the next secret.
computeNextSecret(int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Computes the next secret.
computeNextSecret(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Compute Next Secret
computeNextSecret(int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Compute Next Secret using the current contents of data page and scratchpad.
ComputeSHA(byte[], byte[], int) - Static method in class com.dalsemi.onewire.utils.SHA
Does Dallas SHA, as specified in DS1963S datasheet.
ComputeSHA(byte[], int[]) - Static method in class com.dalsemi.onewire.utils.SHA
Does Dallas SHA, as specified in DS1963S datasheet.
CONDITION_AFTER_BIT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, after next bit communication
CONDITION_AFTER_BYTE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, after next byte communication
CONDITION_NOW - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, immediate
Config - Annotation Type in io.openems.backend.metadata.odoo
 
Config - Annotation Type in io.openems.edge.battery.bydcommercial
 
config - Variable in class io.openems.edge.battery.bydcommercial.statemachine.StateMachine.Context
 
Config - Annotation Type in io.openems.edge.battery.soltaro.cluster.versionc
 
config - Variable in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.Context
 
Config - Annotation Type in io.openems.edge.battery.soltaro.controller
 
Config - Annotation Type in io.openems.edge.battery.soltaro.single.versionb
 
config - Variable in class io.openems.edge.battery.soltaro.single.versionb.statemachine.Context
 
Config - Annotation Type in io.openems.edge.battery.soltaro.single.versionc
 
config - Variable in class io.openems.edge.battery.soltaro.single.versionc.statemachine.Context
 
Config - Annotation Type in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
config - Variable in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
Config - Annotation Type in io.openems.edge.batteryinverter.refu88k
 
config - Variable in class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
Config - Annotation Type in io.openems.edge.ess.byd.container
 
config - Variable in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
Config - Annotation Type in io.openems.edge.ess.generic.symmetric
 
config - Variable in class io.openems.edge.ess.generic.symmetric.statemachine.Context
 
Config - Annotation Type in io.openems.edge.ess.mr.gridcon
 
config - Variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
config - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
config - Variable in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
config - Variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
config - Variable in class io.openems.edge.pvinverter.solarlog.SolarLog
 
ConfigPV1 - Annotation Type in io.openems.edge.goodwe.et.charger
 
ConfigPV2 - Annotation Type in io.openems.edge.goodwe.et.charger
 
configUpdate(String, Object) - Method in class io.openems.edge.controller.evcs.EvcsController
 
configurationEvent(ConfigurationEvent) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
ConfigurationOfTheCosphiEndPoint - Enum in io.openems.edge.sma.enums
 
ConfigurationOfTheCosphiStartingPoint - Enum in io.openems.edge.sma.enums
 
ConfigurationProperty<T> - Class in io.openems.common.types
Holds the value of a configuration property.
conn - Variable in class com.dalsemi.onewire.adapter.NetAdapter
instance for current connection, defaults to EMPTY
Conn - Enum in io.openems.edge.batteryinverter.refu88k
 
Conn - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
Connection() - Constructor for class com.dalsemi.onewire.adapter.NetAdapterConstants.Connection
 
Constants - Class in io.openems.edge.battery.bydcommercial.utils
 
Constants() - Constructor for class io.openems.edge.battery.bydcommercial.utils.Constants
 
Constants - Class in io.openems.edge.battery.soltaro.versionc.utils
 
Constants() - Constructor for class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
Constraint - Class in io.openems.edge.ess.power.api
Creates a constraint with following settings: Relationship (EQ, GEQ, LEQ) as given in constructor Value as given in constructor Setting each coefficient, i.e.
Constraint(String, LinearCoefficient[], Relationship, double) - Constructor for class io.openems.edge.ess.power.api.Constraint
 
Constraint(String, List<LinearCoefficient>, Relationship, double) - Constructor for class io.openems.edge.ess.power.api.Constraint
 
Constraint(String, LinearCoefficient[], Relationship) - Constructor for class io.openems.edge.ess.power.api.Constraint
Creates an initially disabled Constraint
Constraint(String, LinearCoefficient[], Relationship, Optional<Double>) - Constructor for class io.openems.edge.ess.power.api.Constraint
 
Constraint(String, List<LinearCoefficient>, Relationship, Optional<Double>) - Constructor for class io.openems.edge.ess.power.api.Constraint
 
CONSUMPTION_ACTIVE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
CONSUMPTION_ACTIVE_POWER - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
consumptionHourlyPredictor - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
consumptionHourlyPredictor - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
ConsumptionHourlyPredictor - Interface in io.openems.edge.predictor.api
Provides a consumption prediction for the next 24 h.
ConsumptionPredictor - Class in io.openems.edge.predictor.persistencemodel.consumption
 
ConsumptionPredictor() - Constructor for class io.openems.edge.predictor.persistencemodel.consumption.ConsumptionPredictor
 
Contact - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Contact type of a tagged 1-Wire device.
Contact() - Constructor for class com.dalsemi.onewire.application.tag.Contact
Creates an object for the device.
Contact(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Contact
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
ContactExport - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
ContactorControl - Enum in io.openems.edge.battery.soltaro.cluster.versionb
 
ContactorControl - Enum in io.openems.edge.battery.soltaro.single.versiona
 
ContactorControl - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
ContactorState - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
container_check - Variable in class com.dalsemi.onewire.container.OneWireContainer33
Flag to indicate if the status has been checked.
Context(BatteryBoxC130, Config) - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.StateMachine.Context
 
Context - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
Context(ClusterVersionC, Config) - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.Context
 
Context - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
Context(SingleRackVersionB, Config) - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.Context
 
Context - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
Context(SingleRackVersionC, Config) - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.Context
 
Context - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
Context(KacoBlueplanetGridsave, Battery, Config, int, int) - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
Context - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
Context(RefuStore88k, Battery, Config, int, int) - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
Context - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
Context(GenericManagedSymmetricEss, Battery, ManagedSymmetricBatteryInverter, Config) - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.Context
 
CONTROL_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of control register from read registers
CONTROL_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer24
 
CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Address of the control register.
ControlAndLogic - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
ControlAndLogic() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
Controller - Interface in io.openems.edge.controller.api
 
Controller.ChannelId - Enum in io.openems.edge.controller.api
 
ControllerChpSoc - Class in io.openems.edge.controller.chp.soc
 
ControllerChpSoc() - Constructor for class io.openems.edge.controller.chp.soc.ControllerChpSoc
 
ControllerChpSoc.ChannelId - Enum in io.openems.edge.controller.chp.soc
 
ControllerHeatingElement - Interface in io.openems.edge.controller.io.heatingelement
 
ControllerHeatingElement.ChannelId - Enum in io.openems.edge.controller.io.heatingelement
 
ControllerHeatingElementImpl - Class in io.openems.edge.controller.io.heatingelement
 
ControllerHeatingElementImpl() - Constructor for class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
 
ControllerTest - Class in io.openems.edge.controller.test
Provides a generic test framework for OpenEMS Controllers.
ControllerTest(Controller, OpenemsComponent...) - Constructor for class io.openems.edge.controller.test.ControllerTest
 
ControlMode - Enum in io.openems.edge.ess.fenecon.commercial40
 
ControlMode - Enum in io.openems.edge.fenecon.mini.ess
 
ControlMode - Enum in io.openems.edge.fenecon.pro.ess
 
ControlOfBatteryChargingViaCommunicationAvailable - Enum in io.openems.edge.sma.enums
 
Convert - Class in com.dalsemi.onewire.utils
Utilities for conversion between miscellaneous datatypes.
convert(int, int) - Static method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Converts upper/lower bytes to Short.
Convert.ConvertException - Exception in com.dalsemi.onewire.utils
Inner class for conversion exceptions
CONVERT_TEMPERATURE_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 converts temperature command
CONVERT_TEMPERATURE_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 converts temperature command
convertDate(String) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
Converts a string to a LocalDate.
convertDate(String) - Static method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
Converts a string to a LocalDate.
ConvertException(String) - Constructor for exception com.dalsemi.onewire.utils.Convert.ConvertException
 
ConvertException() - Constructor for exception com.dalsemi.onewire.utils.Convert.ConvertException
 
convertTime(String) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
Converts a string to a LocalTime.
convertTime(String) - Static method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
Converts a string to a LocalTime.
convertToCelsius(double) - Static method in class com.dalsemi.onewire.container.OneWireContainer10
Deprecated.
Replace with call to com.dalsemi.onewire.utils.Convert.toCelsius()
convertToFahrenheit(double) - Static method in class com.dalsemi.onewire.container.OneWireContainer10
Deprecated.
Replace with call to com.dalsemi.onewire.utils.Convert.toFahrenheit()
convertToFahrenheit(float) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Deprecated.
Replace with call to com.dalsemi.onewire.utils.Convert.toFahrenheit()
convertToFahrenheit(float) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Deprecated.
Replace with call to com.dalsemi.onewire.utils.Convert.toFahrenheit()
convertToLinearConstraints(Data, List<Constraint>) - Static method in class io.openems.edge.ess.core.power.Solver
Gets all Constraints converted to Linear Constraints.
copr - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Must maintain a reference to the coprocessor for generating the COPY_SCRATCHPAD authentication.
copr - Variable in class com.dalsemi.onewire.application.sha.SHATransaction
The coprocessor used to complete this transaction
COPR_BIND_SECRET_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
COPR_COMPUTE_CHALLENGE_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
COPR_WRITE_DATAPAGE_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
COPR_WRITE_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
COPROCESSOR_FAILURE - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
copy(OWPath) - Method in class com.dalsemi.onewire.utils.OWPath
Copy the elements from the provided 1-Wire path into this 1-Wire path.
COPY_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
COPY_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 copys data from scratchpad to E-squared memory command
COPY_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 copys data from scratchpad to E-squared memory command
COPY_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
COPY_SCRATCHPAD_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for Copy Scratchpad With Password
COPY_SCRATCHPAD_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Copy Scratchpad With Password
copyScratchpad(int, int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Copy the scratchpad page to memory.
copyScratchpad(int, int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Copy the scratchpad page to memory.
copyScratchpad(int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Copy the scratchpad page to memory.
copyScratchpad(int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Copy the scratchpad page to memory.
copyScratchpad(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes the data from the scratchpad to the specified block or blocks.
copyScratchPad() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Copies the contents of the scratchpad to the target destination that was specified in a call to writeScratchPad() or eraseScratchPad().
copyScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Copies the Scratchpad to the E-squared memory of the DS18B20.
copyScratchpad(int, int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Copy all 8 bytes of the Sratch Pad to a certain page and offset in memory.
copyScratchpad(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Copy all 8 bytes of the Sratch Pad to a certain page and offset in memory.
copyScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Copies the Scratchpad to the E-squared memory of the DS28EA00.
copyScratchpadWithMAC(int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Copy all 8 bytes of the Sratch Pad to a certain address in memory using the provided authorization MAC
CoreEventHandlerImpl - Class in io.openems.edge.evcs.ocpp.server
 
CoreEventHandlerImpl(OcppServerImpl) - Constructor for class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
CosPhi - Class in io.openems.edge.controller.asymmetric.balancingcosphi
 
CosPhi() - Constructor for class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
CosPhi.ChannelId - Enum in io.openems.edge.controller.asymmetric.balancingcosphi
 
CosPhiDirection - Enum in io.openems.edge.controller.asymmetric.balancingcosphi
 
COUNTER_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of counter-alarm in array returned from read registers
COUNTER_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of counter in array returned from read registers
CRC16 - Class in com.dalsemi.onewire.utils
CRC16 is a class containing an implementation of the Cyclic-Redundency-Check (CRC) CRC16.
CRC8 - Class in com.dalsemi.onewire.utils
CRC8 is a class to contain an implementation of the Cyclic-Redundency-Check CRC8 for the iButton.
CRC_DISABLE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for the channelAccess method.
CRC_EVERY_32_BYTES - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for the channelAccess method.
CRC_EVERY_8_BYTES - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for the channelAccess method.
CRC_EVERY_BYTE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for the channelAccess method.
create(boolean, boolean, boolean, int, int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Creates a directory or file to write.
create(String, ObjectClassDefinition, String[]) - Static method in class io.openems.common.types.EdgeConfig.Factory
 
create(CellChannelFactory.Type, int) - Static method in class io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory
Create ChannelId for a Single-Rack.
create(Rack, CellChannelFactory.Type, int) - Static method in class io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory
Create ChannelId for a Rack as part of a Cluster.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.BooleanDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in interface io.openems.edge.common.channel.Doc
Creates an instance of Channel for the given Channel-ID using its Channel-AbstractDoc.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.DoubleDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.EnumDoc
Creates an instance of Channel for the given Channel-ID using its Channel-Doc.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.FloatDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.IntegerDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Creates an instance of Channel for the given Channel-ID using its Channel-AbstractDoc.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.internal.StateCollectorChannelDoc
Creates an instance of Channel for the given Channel-ID using its Channel-Doc.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.LongDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.ShortDoc
 
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.StateChannelDoc
Creates an instance of Channel for the given Channel-ID using its Channel-Doc.
createChannelInstance(OpenemsComponent, ChannelId) - Method in class io.openems.edge.common.channel.StringDoc
 
createClusterConstraints() - Method in class io.openems.edge.ess.core.power.Data
Creates Constraints for Cluster, e.g.
CreateComponentConfigRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'createComponentConfig'.
CreateComponentConfigRequest(String, List<UpdateComponentConfigRequest.Property>) - Constructor for class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
CreateComponentConfigRequest(UUID, String, List<UpdateComponentConfigRequest.Property>) - Constructor for class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
createConfiguration(AtomicBoolean, String, List<UpdateComponentConfigRequest.Property>) - Method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
Creates a Component configuration.
createDataSignature(byte[], byte[], byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Given a 32-byte array for page data and a 32-byte array for scratchpad content, this function will create a 20-byte signature for the data based on SHA-1.
createDataSignature(byte[], byte[], byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Given a 32-byte array for page data and a 32-byte array for scratchpad content, this function will create a 20-byte signature for the data based on SHA-1.
createDataSignatureAuth(byte[], byte[], byte[], int, byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Creates a data signature, but instead of using the signing secret, it uses the authentication secret, bound for a particular button.
createDataSignatureAuth(byte[], byte[], byte[], int, byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Creates a data signature, but instead of using the signing secret, it uses the authentication secret, bound for a particular button.
createDisableConstraintsForInactiveInverters(Collection<Inverter>) - Method in class io.openems.edge.ess.core.power.Data
Creates for each disabled inverter an EQUALS ZERO constraint.
createFactoryConfiguration(String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
createFactoryConfiguration(String, String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
createGenericEssConstraints() - Method in class io.openems.edge.ess.core.power.Data
Creates for each Ess constraints for AllowedCharge, AllowedDischarge and MaxApparentPower.
createModbusElement(ChannelId, int) - Method in class io.openems.edge.wago.Wago
 
createMulticastListener() - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterHost automatically.
createMulticastListener(int) - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterHost automatically.
createMulticastListener(int, String) - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterHost automatically.
createMulticastListener() - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterSim automatically.
createMulticastListener(int) - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterSim automatically.
createMulticastListener(int, String) - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Creates a Multicast Listener to allow NetAdapter clients to discover this NetAdapterSim automatically.
createNewFile() - Method in class com.dalsemi.onewire.application.file.OWFile
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createPConstraint(Relationship, int) - Method in class io.openems.edge.ess.core.power.Data
Creates Constraints for Sum of P.
createPowerConstraint(String, Phase, Pwr, Relationship, double) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Creates a Power Constraint.
createSAXParser() - Static method in class com.dalsemi.onewire.application.tag.XML
Create a SAX parser.
createServiceFile(OneWireContainer, String, boolean) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Create's empty service file for the user with the given filename.
createSimpleConstraint(String, String, Phase, Pwr, Relationship, double) - Method in class io.openems.edge.ess.core.power.Data
Creates a simple Constraint with only one Coefficient.
createSimpleConstraint(String, ManagedSymmetricEss, Phase, Pwr, Relationship, double) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
createSimpleConstraint(String, ManagedSymmetricEss, Phase, Pwr, Relationship, double) - Method in interface io.openems.edge.ess.power.api.Power
Creates a simple constraint
createSimpleConstraint(String, ManagedSymmetricEss, Phase, Pwr, Relationship, double) - Method in class io.openems.edge.ess.test.DummyPower
 
createSinglePhaseEssConstraints() - Method in class io.openems.edge.ess.core.power.Data
For Single-Phase-ESS: Creates an EQUALS ZERO constraint for the not-connected phases.
createStaticEssConstraints() - Method in class io.openems.edge.ess.core.power.Data
Asks each Ess if it has any static Constraints and adds them.
createSumOfPhasesConstraints(Collection<Inverter>) - Method in class io.openems.edge.ess.core.power.Data
Creates Constraints for Three-Phased Ess: P = L1 + L2 + L3.
createSymmetricEssConstraints() - Method in class io.openems.edge.ess.core.power.Data
Creates Constraints for SymmetricEss, e.g.
createWsData() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
createWsData() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
createWsData() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
createWsData() - Method in class io.openems.common.websocket.AbstractWebsocket
Creates an empty WsData object that is attached to the WebSocket as early as possible
createWsData() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
createWsData() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
Credentials - Class in io.openems.backend.metadata.odoo.odoo
Holds credentials for access to Odoo and PostgresQL.
Credentials(Protocol, String, int, int, String, String) - Constructor for class io.openems.backend.metadata.odoo.odoo.Credentials
 
Credentials - Class in io.openems.backend.metadata.odoo.postgres
Holds credentials for access to PostgresQL.
Credentials(String, int, String, String, String) - Constructor for class io.openems.backend.metadata.odoo.postgres.Credentials
 
CsvDatasourceDirect - Class in io.openems.edge.simulator.datasource.csv.direct
 
CsvDatasourceDirect() - Constructor for class io.openems.edge.simulator.datasource.csv.direct.CsvDatasourceDirect
 
CsvDatasourcePredefined - Class in io.openems.edge.simulator.datasource.csv.predefined
 
CsvDatasourcePredefined() - Constructor for class io.openems.edge.simulator.datasource.csv.predefined.CsvDatasourcePredefined
 
CsvFormat - Enum in io.openems.edge.simulator
 
CsvUtils - Class in io.openems.edge.simulator
 
CsvUtils() - Constructor for class io.openems.edge.simulator.CsvUtils
 
CurrentDataNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for sending the current data of all subscribed Channels.
CurrentDataNotification() - Constructor for class io.openems.common.jsonrpc.notification.CurrentDataNotification
 
CurrentState - Enum in io.openems.edge.ess.kaco.blueplanet.gridsave50
 
CurrentState - Enum in io.openems.edge.ess.sinexcel
 
currentThreadHash - Variable in class com.dalsemi.onewire.adapter.NetAdapter
Keeps hash of current thread for exclusive lock
Cycle - Interface in io.openems.edge.common.cycle
 
Cycle.ChannelId - Enum in io.openems.edge.common.cycle
 
CYCLE_ID - Static variable in class io.openems.common.OpenemsConstants
 
CycleImpl - Class in io.openems.edge.core.cycle
 
CycleImpl() - Constructor for class io.openems.edge.core.cycle.CycleImpl
 
CycleOrder - Enum in io.openems.edge.controller.ess.onefullcycle
 
CycleWorker - Class in io.openems.edge.core.cycle
 
CycleWorker(CycleImpl) - Constructor for class io.openems.edge.core.cycle.CycleWorker
 

D

D2A - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the D2A type of a tagged 1-Wire device.
D2A() - Constructor for class com.dalsemi.onewire.application.tag.D2A
Creates an object for the device.
D2A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.D2A
Creates an object for the device with the supplied address connected to the supplied port adapter.
DailyScheduler - Class in io.openems.edge.scheduler.daily
 
DailyScheduler() - Constructor for class io.openems.edge.scheduler.daily.DailyScheduler
 
DailyScheduler(Clock) - Constructor for class io.openems.edge.scheduler.daily.DailyScheduler
 
DailyScheduler.ThisChannelId - Enum in io.openems.edge.scheduler.daily
 
data - Variable in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
Data - Class in io.openems.edge.ess.core.power
 
Data(PowerComponent) - Constructor for class io.openems.edge.ess.core.power.Data
 
DATA_CHANNEL - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Refers to the Humidity/A-D Channel for this device
DATA_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Data Control Register
DATA_HIGH_ALARM_THRESHOLD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Data High Alarm Register
DATA_LOW_ALARM_THRESHOLD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Data Low Alarm Register
DatabaseTask - Class in io.openems.backend.metadata.odoo.postgres.task
 
DatabaseTask() - Constructor for class io.openems.backend.metadata.odoo.postgres.task.DatabaseTask
 
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a block of data and returns the data received in the same array.
DataContainer - Class in io.openems.edge.simulator
 
DataContainer() - Constructor for class io.openems.edge.simulator.DataContainer
 
datagramPort - Variable in class com.dalsemi.onewire.adapter.NetAdapter
The port to use for NetAdapter Datagram packets
datasource - Variable in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
datasource - Variable in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
datasource - Variable in class io.openems.edge.simulator.evcs.SimulatedEvcs
 
datasource - Variable in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
datasource - Variable in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
datasource - Variable in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
datasource - Variable in class io.openems.edge.simulator.pvinverter.PvInverter
 
DataTransferRateOfNetworkTerminalA - Enum in io.openems.edge.sma.enums
 
dataType - Variable in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
DATE_FORMAT - Static variable in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
DATE_FORMAT - Static variable in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
DATETIME_FORMATTER - Static variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils
 
DC_LINK_VOLTAGE_SETPOINT - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
DC_LINK_VOLTAGE_TOLERANCE_VOLT - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
DC_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Mirrors the !DC output pin.
DCB_DS1922E - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1922E
DCB_DS1922L - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1922L
DCB_DS1922S - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1922S
DCB_DS1922T - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1922T
DCB_DS1923 - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1923
DCB_DS2422 - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Value of Device Configuration Register for DS1922S
DcdcControl - Class in io.openems.edge.ess.mr.gridcon.writeutils
 
DcdcControl() - Constructor for class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
DcdcStatus - Enum in io.openems.edge.ess.refu
 
DcPredictiveDelayCharge - Class in io.openems.edge.controller.ess.predictivedelaycharge.dc
 
DcPredictiveDelayCharge() - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
DcPredictiveDelayCharge(Clock) - Constructor for class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
DCR_BIT_ENABLE_DATA_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Data Control Register Bit: Enable Data High Alarm
DCR_BIT_ENABLE_DATA_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Data Control Register Bit: Enable Data Low Alarm
dcVoltageSetpoint(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
deactivate() - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
deactivate() - Method in class io.openems.common.worker.AbstractCycleWorker
 
deactivate() - Method in class io.openems.common.worker.AbstractImmediateWorker
 
deactivate() - Method in class io.openems.common.worker.AbstractWorker
Stops the worker thread
deactivate() - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
deactivate() - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
deactivate() - Method in class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
deactivate() - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
deactivate() - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
deactivate() - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
deactivate() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
deactivate() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
deactivate() - Method in class io.openems.edge.batteryinverter.sunspec.AbstractSunSpecBatteryInverter
Make sure to call this method from the inheriting OSGi Component.
deactivate() - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
deactivate() - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
deactivate() - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
 
deactivate() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
deactivate() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
This is called on deactivate of the Modbus-Bridge.
deactivate() - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
 
deactivate() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
deactivate() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
This is called on deactivate of the Modbus-Bridge.
deactivate() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
deactivate() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
deactivate() - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
deactivate() - Method in class io.openems.edge.bridge.onewire.impl.BridgeOnewireImpl
 
deactivate() - Method in class io.openems.edge.bridge.onewire.impl.OneWireTaskWorker
 
deactivate() - Method in interface io.openems.edge.common.channel.Channel
Deactivates the Channel and makes sure all callbacks are released for garbe collection to avoid memory-leaks.
deactivate() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
deactivate() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Handles @Deactivate of implementations.
deactivate() - Method in class io.openems.edge.controller.api.backend.BackendApi
 
deactivate() - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
deactivate() - Method in class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
deactivate() - Method in class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
deactivate() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
deactivate() - Method in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
deactivate() - Method in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
deactivate() - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
deactivate() - Method in class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
deactivate() - Method in class io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower
 
deactivate() - Method in class io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower
 
deactivate() - Method in class io.openems.edge.controller.asymmetric.peakshaving.PeakShaving
 
deactivate() - Method in class io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification
 
deactivate() - Method in class io.openems.edge.controller.channelthreshold.ChannelThreshold
 
deactivate() - Method in class io.openems.edge.controller.chp.soc.ControllerChpSoc
 
deactivate() - Method in class io.openems.edge.controller.debug.detailedlog.DebugDetailedLog
 
deactivate() - Method in class io.openems.edge.controller.debuglog.DebugLog
 
deactivate() - Method in class io.openems.edge.controller.ess.acisland.AcIsland
 
deactivate() - Method in class io.openems.edge.controller.ess.delaycharge.DelayChargeController
 
deactivate() - Method in class io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridControllerImpl
 
deactivate() - Method in class io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController
 
deactivate() - Method in class io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod
 
deactivate() - Method in class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
deactivate() - Method in class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
deactivate() - Method in class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
deactivate() - Method in class io.openems.edge.controller.evcs.EvcsController
 
deactivate() - Method in class io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower
 
deactivate() - Method in class io.openems.edge.controller.generic.jsonlogic.JsonLogicController
 
deactivate() - Method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
deactivate() - Method in class io.openems.edge.controller.io.alarm.IoAlarm
 
deactivate() - Method in class io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold
 
deactivate() - Method in class io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput
 
deactivate() - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
 
deactivate() - Method in class io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit
 
deactivate() - Method in class io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit
 
deactivate() - Method in class io.openems.edge.controller.symmetric.balancing.Balancing
 
deactivate() - Method in class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
deactivate() - Method in class io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower
 
deactivate() - Method in class io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower
 
deactivate() - Method in class io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower
 
deactivate() - Method in class io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand
 
deactivate() - Method in class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
deactivate() - Method in class io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower
 
deactivate() - Method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic
 
deactivate() - Method in class io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimitImpl
 
deactivate() - Method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
deactivate() - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
deactivate() - Method in class io.openems.edge.core.cycle.CycleImpl
 
deactivate() - Method in class io.openems.edge.core.host.Host
 
deactivate() - Method in class io.openems.edge.core.meta.MetaImpl
 
deactivate() - Method in class io.openems.edge.core.sum.EnergyValuesHandler
 
deactivate() - Method in class io.openems.edge.core.sum.SumImpl
 
deactivate() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
deactivate() - Method in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
deactivate() - Method in class io.openems.edge.ess.cluster.EssCluster
 
deactivate() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
deactivate() - Method in class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
deactivate() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
deactivate() - Method in class io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController
 
deactivate() - Method in class io.openems.edge.ess.generic.symmetric.ChannelHandler
Called on deactivate().
deactivate() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
deactivate() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
deactivate() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
deactivate() - Method in class io.openems.edge.ess.refu.RefuEss
 
deactivate() - Method in class io.openems.edge.ess.sinexcel.ChannelHandler
Called on deactivate().
deactivate() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
deactivate() - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
deactivate() - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
deactivate() - Method in class io.openems.edge.evcs.keba.kecontact.core.KebaKeContactCoreImpl
 
deactivate() - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
deactivate() - Method in class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
deactivate() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
deactivate() - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
 
deactivate() - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
deactivate() - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger1
 
deactivate() - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger2
 
deactivate() - Method in class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
deactivate() - Method in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
deactivate() - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
deactivate() - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
deactivate() - Method in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
deactivate() - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
deactivate() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
deactivate() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
deactivate() - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
deactivate() - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv2
 
deactivate() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
deactivate() - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
deactivate() - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
deactivate() - Method in class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
deactivate() - Method in class io.openems.edge.io.shelly.shelly25.Shelly25Impl
 
deactivate() - Method in class io.openems.edge.io.shelly.shellyplug.ShellyPlugImpl
 
deactivate() - Method in class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
deactivate() - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
deactivate() - Method in class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
deactivate() - Method in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
deactivate() - Method in class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
deactivate() - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
deactivate() - Method in class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
deactivate() - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
deactivate() - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
deactivate() - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
deactivate() - Method in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
deactivate() - Method in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
deactivate() - Method in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
deactivate() - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
deactivate() - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
deactivate() - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
Make sure to call this method from the inheriting OSGi Component.
deactivate() - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
deactivate() - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
deactivate() - Method in class io.openems.edge.onewire.thermometer.OneWireThermometer
 
deactivate() - Method in class io.openems.edge.predictor.persistencemodel.consumption.ConsumptionPredictor
 
deactivate() - Method in class io.openems.edge.predictor.persistencemodel.production.ProductionPredictor
 
deactivate() - Method in class io.openems.edge.pvinverter.cluster.PvInverterCluster
 
deactivate() - Method in class io.openems.edge.pvinverter.kaco.blueplanet.KacoBlueplanet
 
deactivate() - Method in class io.openems.edge.pvinverter.sma.SmaPvInverter
 
deactivate() - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
deactivate() - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
Make sure to call this method from the inheriting OSGi Component.
deactivate() - Method in class io.openems.edge.scheduler.allalphabetically.AllAlphabetically
 
deactivate() - Method in class io.openems.edge.scheduler.daily.DailyScheduler
 
deactivate() - Method in class io.openems.edge.scheduler.fixedorder.FixedOrder
 
deactivate() - Method in class io.openems.edge.simulator.app.SimulatorApp
 
deactivate() - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
deactivate() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
deactivate() - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
deactivate() - Method in class io.openems.edge.simulator.evcs.SimulatedEvcs
 
deactivate() - Method in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
deactivate() - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
deactivate() - Method in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
deactivate() - Method in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
deactivate() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
deactivate() - Method in class io.openems.edge.simulator.pvinverter.PvInverter
 
deactivate() - Method in class io.openems.edge.simulator.timedata.SimulatorTimedata
 
deactivate() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
deactivate() - Method in class io.openems.edge.solaredge.gridmeter.SolarEdgeGridMeter
 
deactivate() - Method in class io.openems.edge.solaredge.pvinverter.SolarEdge
 
deactivate() - Method in class io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery
 
deactivate() - Method in class io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2CoreImpl
 
deactivate() - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
deactivate() - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
deactivate() - Method in class io.openems.edge.wago.Wago
 
deactivate() - Method in class io.openems.shared.influxdb.InfluxConnector
 
deativate() - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
DEBIT_AMOUNT - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
Update the amount this transaction will debit
DEBIT_AMOUNT - Static variable in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Update the amount this transaction will debit
Debounce - Enum in io.openems.common.channel
 
debounce(int, Debounce) - Method in class io.openems.edge.common.channel.StateChannelDoc
 
DEBUG - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
Debug message flag
Debug - Class in com.dalsemi.onewire.debug
This class is intended to help both developers of the 1-Wire API for Java and developers using the 1-Wire API for Java to have a standard method for printing debug messages.
Debug() - Constructor for class com.dalsemi.onewire.debug.Debug
 
debug(String) - Static method in class com.dalsemi.onewire.debug.Debug
Prints the specified java.lang.String object if debug mode is enabled.
debug(String, byte[]) - Static method in class com.dalsemi.onewire.debug.Debug
Prints the specified array of bytes with a given label if debug mode is enabled.
debug(String, byte[], int, int) - Static method in class com.dalsemi.onewire.debug.Debug
Prints the specified array of bytes with a given label if debug mode is enabled.
debug(String, Throwable) - Static method in class com.dalsemi.onewire.debug.Debug
Prints the specified exception with a given label if debug mode is enabled.
debug() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
debug() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
debug() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Activates the more verbose debug mode.
debug - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
DebugDetailedLog - Class in io.openems.edge.controller.debug.detailedlog
This controller prints all channels and their values on the console.
DebugDetailedLog() - Constructor for class io.openems.edge.controller.debug.detailedlog.DebugDetailedLog
 
DebugDetailedLog.ChannelId - Enum in io.openems.edge.controller.debug.detailedlog
 
debugLog() - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
debugLog() - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
debugLog() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
debugLog() - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
debugLog() - Method in class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
debugLog() - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
debugLog() - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
debugLog() - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
debugLog() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
debugLog() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
debugLog() - Method in interface io.openems.edge.common.component.OpenemsComponent
Gets some output that is suitable for a continuous Debug log.
DebugLog - Class in io.openems.edge.controller.debuglog
This controller prints information about all available components on the console.
DebugLog() - Constructor for class io.openems.edge.controller.debuglog.DebugLog
 
debugLog() - Method in class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
debugLog() - Method in class io.openems.edge.core.sum.SumImpl
 
debugLog() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
debugLog() - Method in class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
debugLog() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
debugLog() - Method in class io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController
 
debugLog() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
debugLog() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
debugLog() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
debugLog() - Method in class io.openems.edge.ess.refu.RefuEss
 
debugLog() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
debugLog() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
debugLog() - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
debugLog() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
debugLog() - Method in class io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger
 
debugLog() - Method in class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
debugLog() - Method in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
debugLog() - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
debugLog() - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
debugLog() - Method in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
debugLog() - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
debugLog() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
debugLog() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
debugLog() - Method in class io.openems.edge.goodwe.et.charger.AbstractGoodWeEtCharger
 
debugLog() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
debugLog() - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
debugLog() - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
debugLog() - Method in class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
debugLog() - Method in class io.openems.edge.io.shelly.shelly25.Shelly25Impl
 
debugLog() - Method in class io.openems.edge.io.shelly.shellyplug.ShellyPlugImpl
 
debugLog() - Method in class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
debugLog() - Method in class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
debugLog() - Method in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
debugLog() - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
debugLog() - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
debugLog() - Method in class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
debugLog() - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
debugLog() - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
debugLog() - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
debugLog() - Method in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
debugLog() - Method in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
debugLog() - Method in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
debugLog() - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
debugLog() - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
debugLog() - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
 
debugLog() - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
debugLog() - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
debugLog() - Method in class io.openems.edge.onewire.thermometer.OneWireThermometer
 
debugLog() - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
debugLog() - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
debugLog() - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
debugLog() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
debugLog() - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
debugLog() - Method in class io.openems.edge.simulator.evcs.SimulatedEvcs
 
debugLog() - Method in class io.openems.edge.simulator.io.DigitalInputOutput
 
debugLog() - Method in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
debugLog() - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
debugLog() - Method in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
debugLog() - Method in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
debugLog() - Method in class io.openems.edge.simulator.pvinverter.PvInverter
 
debugLog() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
debugLog() - Method in class io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery
 
debugLog() - Method in class io.openems.edge.wago.Wago
 
DebugLog.ChannelId - Enum in io.openems.edge.controller.debuglog
 
debugLogConstraints(Logger, String, List<Constraint>) - Static method in class io.openems.edge.ess.core.power.PowerComponent
Prints all Constraints to the system log.
decimalSeparator - Variable in enum io.openems.edge.simulator.CsvFormat
 
decodeTemperature(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Converts a temperature from the DS1921 byte encoded format to degrees Celsius.
decrement(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Decrements the wiper position.
decrement() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Decrements the wiper position after selecting the part.
decrement(boolean) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Decrements the wiper position.
decrement() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Decrements the wiper position after selecting the part.
DEFAULT_COS_PHI - Static variable in class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
DEFAULT_CYCLE_TIME - Static variable in interface io.openems.edge.common.cycle.Cycle
 
DEFAULT_D - Static variable in class io.openems.edge.common.filter.PidFilter
 
DEFAULT_DEBUG_MODE - Static variable in class io.openems.edge.controller.api.rest.AbstractRestApi
 
DEFAULT_DEBUG_MODE - Static variable in class io.openems.edge.ess.core.power.PowerComponent
 
DEFAULT_DIRECTION - Static variable in class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
DEFAULT_DRAFT - Static variable in class io.openems.common.websocket.AbstractWebsocketClient
 
DEFAULT_ENABLED - Static variable in class io.openems.edge.common.test.AbstractComponentConfig
 
DEFAULT_I - Static variable in class io.openems.edge.common.filter.PidFilter
 
DEFAULT_IP - Static variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
DEFAULT_MAX_ADJUSTMENT_RATE - Static variable in class io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit
 
DEFAULT_MAX_ADJUSTMENT_RATE - Static variable in class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
DEFAULT_MAX_CONCURRENT_CONNECTIONS - Static variable in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
DEFAULT_MULTICAST_GROUP - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
Address for Multicast group for NetAdapter Datagram packets
DEFAULT_MULTICAST_PORT - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
Default port for NetAdapter Datagram packets
DEFAULT_NO_OF_CYCLES - Static variable in class io.openems.edge.controller.api.backend.BackendApi
 
DEFAULT_NO_OF_CYCLES - Static variable in class io.openems.edge.timedata.rrd4j.RecordWorker
 
DEFAULT_P - Static variable in class io.openems.edge.common.filter.PidFilter
 
DEFAULT_PORT - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
Default port for NetAdapter TCP/IP connection
DEFAULT_PORT - Static variable in class io.openems.backend.b2brest.B2bRest
 
DEFAULT_PORT - Static variable in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
DEFAULT_PORT - Static variable in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
DEFAULT_PORT - Static variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
DEFAULT_PORT - Static variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
DEFAULT_RETRIES - Static variable in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Default Modbus retries.
DEFAULT_RUN_IN_BACKGROUND - Static variable in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
DEFAULT_SECRET - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
default secret for authentication with the server
DEFAULT_SERVER_DATE_FORMAT - Static variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils
 
DEFAULT_SERVER_DATETIME_FORMAT - Static variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils
 
DEFAULT_SERVER_TIME_FORMAT - Static variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils
 
DEFAULT_SOLVER_STRATEGY - Static variable in class io.openems.edge.ess.core.power.PowerComponent
 
DEFAULT_SYMMETRIC_MODE - Static variable in class io.openems.edge.ess.core.power.PowerComponent
 
DEFAULT_TIMEOUT - Static variable in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Default Modbus timeout in [ms].
DEFAULT_TIMEOUT_SECONDS - Static variable in class io.openems.edge.controller.api.common.ApiWorker
 
DEFAULT_TIMEOUT_SECONDS - Static variable in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
DEFAULT_UNIT_ID - Static variable in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
DEFAULT_UNIT_ID - Static variable in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
DEFAULT_UNIT_ID - Static variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
DEFAULT_UNIT_ID - Static variable in class io.openems.edge.goodwe.et.GoodWeEtConstants
 
DefaultConfigurationWorker - Class in io.openems.edge.core.componentmanager
This Worker checks if certain OpenEMS-Components are configured and - if not - configures them.
DefaultConfigurationWorker(ComponentManagerImpl) - Constructor for class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
 
DefaultConfigurationWorker.Config - Class in io.openems.edge.core.componentmanager
Holds a configuration.
DefaultSunSpecModel - Enum in io.openems.edge.bridge.modbus.sunspec
Do not touch this file.
DefaultSunSpecModel.S1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S101 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S101_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S101_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S102 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S102_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S102_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S103 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S103_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S103_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S111 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S111_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S111_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S112 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S112_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S112_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S113 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S113_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S113_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S120 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S120_DERTyp - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S121 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S121_ClcTotVA - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S121_ConnPh - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S121_VArAct - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_ECPConn - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_PVConn - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_RtSt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_StActCtl - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_StorConn - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S122_StSetLimMsk - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123_Conn - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123_OutPFSet_Ena - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123_VArPct_Ena - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123_VArPct_Mod - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S123_WMaxLim_Ena - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S124 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S124_ChaGriSet - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S124_ChaSt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S124_StorCtl_Mod - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S125 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S125_ModEna - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S125_SigType - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S127 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S127_HysEna - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S127_ModEna - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S128 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S128_ArGraMod - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S128_ModEna - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S145 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S15 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S18 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S2 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S201 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S201_Evt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S202 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S202_Evt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S203 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S203_Evt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S204 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S204_Evt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S2_Ctl - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S2_Evt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S2_St - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S302 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S303 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S304 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S305 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S306 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S307 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S308 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64001 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64101 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64110 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64110_Alarm_email_en - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64110_Log_mode - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64110_NTP_enable - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64110_SMTP_enable_SSL - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64111 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64111_ChargerSt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_auto_restart - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_AUX_control - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_AUX_mode - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_AUX_polarity - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_AUX_state - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_grid_tie - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_MPPT_mode - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_sweep_max - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_sweep_width - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S64112_CC_Config_temp_comp - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S801 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_ChaSt - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_Evt1 - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_LocRemCtl - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_ReqInvState - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_SetInvState - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_SetOp - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_State - Enum in io.openems.edge.bridge.modbus.sunspec
 
DefaultSunSpecModel.S802_Typ - Enum in io.openems.edge.bridge.modbus.sunspec
 
defineModbus2Protocol() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
defineModbusProtocol() - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
defineModbusProtocol() - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
defineModbusProtocol() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
defineModbusProtocol() - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
defineModbusProtocol() - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
defineModbusProtocol() - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
defineModbusProtocol() - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
defineModbusProtocol() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
defineModbusProtocol() - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Defines the Modbus protocol.
defineModbusProtocol() - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
 
defineModbusProtocol() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
defineModbusProtocol() - Method in class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
defineModbusProtocol() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
defineModbusProtocol() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
defineModbusProtocol() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
defineModbusProtocol() - Method in class io.openems.edge.ess.refu.RefuEss
 
defineModbusProtocol() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
defineModbusProtocol() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
defineModbusProtocol() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
defineModbusProtocol() - Method in class io.openems.edge.goodwe.et.charger.AbstractGoodWeEtCharger
 
defineModbusProtocol() - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
defineModbusProtocol() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
defineModbusProtocol() - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
defineModbusProtocol() - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
defineModbusProtocol() - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
defineModbusProtocol() - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
defineModbusProtocol() - Method in class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
defineModbusProtocol() - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
defineModbusProtocol() - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
defineModbusProtocol() - Method in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
defineModbusProtocol() - Method in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
defineModbusProtocol() - Method in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
defineModbusProtocol() - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
defineModbusProtocol() - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
defineModbusProtocol() - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
defineModbusProtocol() - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
defineModbusProtocol() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
defineModbusProtocol() - Method in class io.openems.edge.wago.Wago
 
DelayChargeController - Class in io.openems.edge.controller.ess.delaycharge
 
DelayChargeController() - Constructor for class io.openems.edge.controller.ess.delaycharge.DelayChargeController
 
DelayChargeController(Clock) - Constructor for class io.openems.edge.controller.ess.delaycharge.DelayChargeController
 
DelayChargeController.ChannelId - Enum in io.openems.edge.controller.ess.delaycharge
 
delete() - Method in class com.dalsemi.onewire.application.file.OWFile
Deletes the file or directory denoted by this abstract pathname.
delete() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Delete this file or directory represented by this descriptor.
delete() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
DeleteComponentConfigRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'deleteComponentConfig'.
DeleteComponentConfigRequest(String) - Constructor for class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
DeleteComponentConfigRequest(UUID, String) - Constructor for class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
deleteConfiguration(AtomicBoolean, String) - Method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
Deletes a Component configuration.
DELIVERY_CURRENT_DETECT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, current detect
DELIVERY_EPROM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 480 us
DELIVERY_FOUR_SECONDS - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 4 second
DELIVERY_HALF_SECOND - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 1/2 second
DELIVERY_INFINITE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, infinite
DELIVERY_ONE_SECOND - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 1 second
DELIVERY_SMART_DONE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, smart complete
DELIVERY_TWO_SECONDS - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 2 seconds
denyCharge() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
denyDischarge() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
DEPARTURE - Static variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
enum for arrival/departure event types
DeprecatedJsonrpcNotification - Class in io.openems.common.jsonrpc.base
Represents a wrapper around JSON-RPC Notification for compatibility with deprecated OpenEMS Edge.
DeprecatedJsonrpcNotification(JsonObject) - Constructor for class io.openems.common.jsonrpc.base.DeprecatedJsonrpcNotification
Deprecated.
DerTyp - Enum in io.openems.edge.batteryinverter.refu88k
 
DerTyp - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
description - Variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
description - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
description - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
description - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
description - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
description - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
description - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
DEVICE_CONFIGURATION_BYTE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Device Configuration Register
DEVICE_SAMPLE_COUNT - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Device Sample Count
deviceAddressHash - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Addresses of all current devices, mapped to their state count
deviceArrival(DeviceMonitorEvent) - Method in interface com.dalsemi.onewire.application.monitor.DeviceMonitorEventListener
Arrival event
DeviceContainer - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
1-Wire Container for the tagged device.
deviceContainerHash - Static variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
hashtable for holding device containers, static to keep only a single instance of each OneWireContainer.
deviceDeparture(DeviceMonitorEvent) - Method in interface com.dalsemi.onewire.application.monitor.DeviceMonitorEventListener
Depart event
DeviceMonitor - Class in com.dalsemi.onewire.application.monitor
Class DeviceMonitor represents the monitor that searches the 1-Wire net for new arrivals.
DeviceMonitor(DSPortAdapter) - Constructor for class com.dalsemi.onewire.application.monitor.DeviceMonitor
Create a simple monitor that does not search branches
deviceMonitor - Variable in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
The monitor which generated the event
DeviceMonitorEvent - Class in com.dalsemi.onewire.application.monitor
Represents a group of 1-Wire addresses that have either arrived to or departed from the 1-Wire network.
DeviceMonitorEventListener - Interface in com.dalsemi.onewire.application.monitor
Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions.
DeviceMonitorException - Exception in com.dalsemi.onewire.application.monitor
Represents an encapsulated exception from a particular Device Monitor.
devicePathHash - Variable in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
hashtable for holding the OWPath objects for each device container.
DeviceState(ChannelAddress, Level, String) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.InsertOrUpdateDeviceStates.DeviceState
 
DeviceType - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
Device type for the device (i.e., contact, switch, d2a, etc.).
DictionaryUtils - Class in io.openems.edge.core.componentmanager
Provides helper utilities to handle Dictionarys.
DictionaryUtils() - Constructor for class io.openems.edge.core.componentmanager.DictionaryUtils
 
diff(EdgeConfig, EdgeConfig) - Static method in class io.openems.common.types.EdgeConfigDiff
Find difference between two EdgeConfigs.
DigitalInput - Interface in io.openems.edge.io.api
 
DigitalInput.ChannelId - Enum in io.openems.edge.io.api
 
digitalInputChannels() - Method in interface io.openems.edge.io.api.DigitalInput
Gets all Output Channels
digitalInputChannels() - Method in class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
digitalInputChannels() - Method in class io.openems.edge.io.test.DummyInputOutput
 
digitalInputChannels() - Method in class io.openems.edge.simulator.io.DigitalInputOutput
 
digitalInputChannels() - Method in class io.openems.edge.wago.Wago
 
DigitalInputOutput - Class in io.openems.edge.simulator.io
 
DigitalInputOutput() - Constructor for class io.openems.edge.simulator.io.DigitalInputOutput
 
DigitalOutput - Interface in io.openems.edge.io.api
 
DigitalOutput.ChannelId - Enum in io.openems.edge.io.api
 
digitalOutputChannels() - Method in interface io.openems.edge.io.api.DigitalOutput
Gets all Output Channels.
digitalOutputChannels() - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
digitalOutputChannels() - Method in class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
digitalOutputChannels() - Method in class io.openems.edge.io.shelly.shelly25.Shelly25Impl
 
digitalOutputChannels() - Method in class io.openems.edge.io.shelly.shellyplug.ShellyPlugImpl
 
digitalOutputChannels() - Method in class io.openems.edge.io.test.DummyInputOutput
 
digitalOutputChannels() - Method in class io.openems.edge.simulator.io.DigitalInputOutput
 
digitalOutputChannels() - Method in class io.openems.edge.wago.Wago
 
DIRECT_1_TO_1 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Converts directly 1-to-1 between Element and Channel.
DIRECT_CONVERTER - Static variable in class io.openems.edge.common.channel.calculate.CalculateIntegerSum
 
DIRECT_ON_MAIN_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Direct on main command.
disable() - Method in class io.openems.edge.ess.power.api.Constraint
 
disableComponent(String) - Method in class io.openems.edge.common.test.DummyComponentContext
 
DisabledPidFilter - Class in io.openems.edge.ess.core.power
This implementation ignores the PID filter and instead just returns the unfiltered target value.
DisabledPidFilter() - Constructor for class io.openems.edge.ess.core.power.DisabledPidFilter
 
disableIpu2(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
disableIpu3(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
disableIpu4(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
disableMission() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Ends this DS1921's running mission.
DISCHARGE_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Discharge command.
DISCHARGE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Reseting this flag will disable discharging.
DISCHARGE_MAX_A - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
DISCHARGE_MAX_A - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
DISCHARGE_MIN_V - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
DISCHARGE_OVERCURRENT_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true the battery has experienced a discharge-direction overcurrent condition.
dischargeLines(int) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Force a power-on reset for parasitically powered 1-Wire devices connected to the main or auziliary output of the DS2409.
DiscovergyApiClient - Class in io.openems.edge.meter.discovergy
Client for the Discovergy API (https://api.discovergy.com/docs/).
DiscovergyApiClient(String, String) - Constructor for class io.openems.edge.meter.discovergy.DiscovergyApiClient
 
DiscovergyMeter - Class in io.openems.edge.meter.discovergy.jsonrpc
 
DiscovergyMeter.Location - Class in io.openems.edge.meter.discovergy.jsonrpc
 
DiscovergyWorker - Class in io.openems.edge.meter.discovergy
 
DiscovergyWorker(MeterDiscovergy, DiscovergyApiClient, Config) - Constructor for class io.openems.edge.meter.discovergy.DiscovergyWorker
 
dispose() - Method in class io.openems.backend.b2bwebsocket.SubscribedEdgesChannelsWorker
 
dispose() - Method in class io.openems.backend.b2bwebsocket.WsData
 
dispose() - Method in class io.openems.backend.uiwebsocket.impl.WsData
 
dispose() - Method in class io.openems.common.websocket.SubscribedChannelsWorker
 
dispose() - Method in class io.openems.common.websocket.WsData
This method is called on close of the parent websocket.
divide(Integer, int) - Static method in class io.openems.edge.common.type.TypeUtils
Safely divides Integers.
divide(Long, long) - Static method in class io.openems.edge.common.type.TypeUtils
Safely divides Longs.
DIVIDE_BY_THREE - Static variable in class io.openems.edge.common.channel.calculate.CalculateIntegerSum
 
DO_NOT_WAIT - Static variable in class io.openems.common.worker.AbstractWorker
 
doADConvert(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Performs a voltage conversion on one specified channel.
doADConvert(boolean[], byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Performs voltage conversion on one or more specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Performs voltage conversion on specified channel.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Performs voltage conversion on all specified channels.
doADConvert(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Performs voltage conversion on specified channel.
doADConvert(boolean[], int[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Performs voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to perform voltage conversion on all specified channels.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Performs voltage conversion on the specified channel.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Performs voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Performs a voltage conversion on one specified channel.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Performs voltage conversion on one or more specified channels.
doAppend(PaxLoggingEvent) - Method in class io.openems.edge.controller.api.backend.BackendApi
 
doAppend(PaxLoggingEvent) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
doc() - Method in enum io.openems.edge.battery.api.Battery.ChannelId
 
doc() - Method in enum io.openems.edge.battery.bmw.BmwBattery.BMWChannelId
 
doc() - Method in enum io.openems.edge.battery.bydcommercial.BatteryBoxC130.ChannelId
 
doc() - Method in class io.openems.edge.battery.soltaro.ChannelIdImpl
 
doc() - Method in enum io.openems.edge.battery.soltaro.cluster.SoltaroCluster.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionBChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.controller.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.single.versiona.SingleRack.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC.ChannelId
 
doc() - Method in enum io.openems.edge.battery.soltaro.versionc.SoltaroBatteryVersionC.ChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter.ChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.api.SymmetricBatteryInverter.ChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave.ChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.MyChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88k.ChannelId
 
doc() - Method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88kChannelId
 
doc() - Method in enum io.openems.edge.bridge.mbus.api.BridgeMbus.ChannelId
 
doc() - Method in enum io.openems.edge.bridge.modbus.api.BridgeModbus.ChannelId
 
doc() - Method in enum io.openems.edge.bridge.modbus.BridgeModbusSerialImpl.ChannelId
 
doc() - Method in enum io.openems.edge.bridge.modbus.BridgeModbusTcpImpl.ChannelId
 
doc() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSChannelId
 
doc() - Method in enum io.openems.edge.bridge.onewire.BridgeOnewire.ChannelId
 
doc() - Method in interface io.openems.edge.common.channel.ChannelId
Gets the Channel Doc for this ChannelId.
Doc - Interface in io.openems.edge.common.channel
Provides static meta information for a Channel.
doc() - Method in enum io.openems.edge.common.component.ComponentManager.ChannelId
 
doc() - Method in enum io.openems.edge.common.component.OpenemsComponent.ChannelId
 
doc() - Method in enum io.openems.edge.common.cycle.Cycle.ChannelId
 
doc() - Method in enum io.openems.edge.common.meta.Meta.ChannelId
 
doc() - Method in enum io.openems.edge.common.startstop.StartStoppable.ChannelId
 
doc() - Method in enum io.openems.edge.common.sum.Sum.ChannelId
 
doc() - Method in enum io.openems.edge.controller.api.backend.BackendApi.ChannelId
 
doc() - Method in enum io.openems.edge.controller.api.Controller.ChannelId
 
doc() - Method in enum io.openems.edge.controller.api.modbus.AbstractModbusTcpApi.ChannelId
 
doc() - Method in enum io.openems.edge.controller.api.rest.AbstractRestApi.ChannelId
 
doc() - Method in enum io.openems.edge.controller.api.websocket.WebsocketApi.ChannelId
 
doc() - Method in enum io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi.ChannelId
 
doc() - Method in enum io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.asymmetric.peakshaving.PeakShaving.ChannelId
 
doc() - Method in enum io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification.ChannelId
 
doc() - Method in enum io.openems.edge.controller.channelthreshold.ChannelThreshold.ChannelId
 
doc() - Method in enum io.openems.edge.controller.chp.soc.ControllerChpSoc.ChannelId
 
doc() - Method in enum io.openems.edge.controller.debug.detailedlog.DebugDetailedLog.ChannelId
 
doc() - Method in enum io.openems.edge.controller.debuglog.DebugLog.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.acisland.AcIsland.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.delaycharge.DelayChargeController.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle.ChannelId
 
doc() - Method in enum io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge.ChannelId
 
doc() - Method in enum io.openems.edge.controller.evcs.EvcsController.ChannelId
 
doc() - Method in enum io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.generic.jsonlogic.JsonLogicController.ChannelId
 
doc() - Method in enum io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot.ChannelId
 
doc() - Method in enum io.openems.edge.controller.io.alarm.IoAlarm.ChannelId
 
doc() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold.ChannelId
 
doc() - Method in enum io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput.ChannelId
 
doc() - Method in enum io.openems.edge.controller.io.heatingelement.ControllerHeatingElement.ChannelId
 
doc() - Method in enum io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit.ChannelId
 
doc() - Method in enum io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.balancing.Balancing.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.peakshaving.PeakShaving.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic.ChannelId
 
doc() - Method in enum io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimit.ChannelId
 
doc() - Method in enum io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving.ChannelId
 
doc() - Method in enum io.openems.edge.core.host.Host.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.AsymmetricEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.HybridEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.ManagedAsymmetricEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.ManagedSinglePhaseEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.ManagedSymmetricEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.SinglePhaseEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.api.SymmetricEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.byd.container.EssFeneconBydContainer.ChannelId
 
doc() - Method in enum io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog.ChannelId
 
doc() - Method in enum io.openems.edge.ess.cluster.EssCluster.ChannelId
 
doc() - Method in enum io.openems.edge.ess.core.power.PowerComponent.ChannelId
 
doc() - Method in enum io.openems.edge.ess.dccharger.api.EssDcCharger.ChannelId
 
doc() - Method in enum io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40.ChannelId
 
doc() - Method in enum io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl.ChannelId
 
doc() - Method in enum io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController.ChannelId
 
doc() - Method in enum io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50.ChannelId
 
doc() - Method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId0
 
doc() - Method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId1
 
doc() - Method in enum io.openems.edge.ess.mr.gridcon.enums.GridConChannelId
 
doc() - Method in enum io.openems.edge.ess.refu.RefuEss.ChannelId
 
doc() - Method in enum io.openems.edge.ess.sinexcel.SinexcelChannelId
 
doc() - Method in enum io.openems.edge.ess.streetscooter.StrtsctrChannelId
 
doc() - Method in enum io.openems.edge.evcs.api.Evcs.ChannelId
 
doc() - Method in enum io.openems.edge.evcs.api.ManagedEvcs.ChannelId
 
doc() - Method in enum io.openems.edge.evcs.api.MeasuringEvcs.ChannelId
 
doc() - Method in enum io.openems.edge.evcs.api.SocEvcs.ChannelId
 
doc() - Method in enum io.openems.edge.evcs.keba.kecontact.KebaChannelId
 
doc() - Method in enum io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.dess.ess.FeneconDessEss.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.mini.ess.FeneconMiniEss.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter.ChannelId
 
doc() - Method in enum io.openems.edge.fenecon.pro.ess.ProChannelId
 
doc() - Method in enum io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter.ChannelId
 
doc() - Method in enum io.openems.edge.goodwe.et.charger.PvChannelId
 
doc() - Method in enum io.openems.edge.goodwe.et.ess.EssChannelId
 
doc() - Method in enum io.openems.edge.goodwe.et.gridmeter.GridMeterChannelId
 
doc() - Method in enum io.openems.edge.io.api.DigitalInput.ChannelId
 
doc() - Method in enum io.openems.edge.io.api.DigitalOutput.ChannelId
 
doc() - Method in enum io.openems.edge.io.kmtronic.ThisChannelId
 
doc() - Method in enum io.openems.edge.io.revpi.RevPiDioChannelId
 
doc() - Method in enum io.openems.edge.io.shelly.shelly25.Shelly25.ChannelId
 
doc() - Method in enum io.openems.edge.io.shelly.shellyplug.ShellyPlug.ChannelId
 
doc() - Method in enum io.openems.edge.io.test.DummyInputOutput.ChannelId
 
doc() - Method in enum io.openems.edge.kostal.piko.charger.KostalPikoCharger.ThisChannelId
 
doc() - Method in enum io.openems.edge.kostal.piko.core.api.KostalPikoCore.ChannelId
 
doc() - Method in enum io.openems.edge.kostal.piko.ess.KostalPikoEss.ThisChannelId
 
doc() - Method in enum io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter.ThisChannelId
 
doc() - Method in enum io.openems.edge.meter.abb.b32.MeterAbbB23Mbus.ChannelId
 
doc() - Method in enum io.openems.edge.meter.api.AsymmetricMeter.ChannelId
 
doc() - Method in enum io.openems.edge.meter.api.SinglePhaseMeter.ChannelId
 
doc() - Method in enum io.openems.edge.meter.api.SymmetricMeter.ChannelId
 
doc() - Method in enum io.openems.edge.meter.artemes.am2.MeterArtemesAM2.ChannelId
 
doc() - Method in enum io.openems.edge.meter.bcontrol.em300.MeterBControlEM300.ChannelId
 
doc() - Method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300.ChannelId
 
doc() - Method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl.ChannelId
 
doc() - Method in enum io.openems.edge.meter.discovergy.MeterDiscovergy.ChannelId
 
doc() - Method in enum io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604.ChannelId
 
doc() - Method in enum io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme.ChannelId
 
doc() - Method in enum io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630.ChannelId
 
doc() - Method in enum io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97.ChannelId
 
doc() - Method in enum io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephase.ChannelId
 
doc() - Method in enum io.openems.edge.meter.socomec.SocomecMeter.ChannelId
 
doc() - Method in enum io.openems.edge.meter.socomec.threephase.SocomecMeterThreephase.ChannelId
 
doc() - Method in enum io.openems.edge.meter.sunspec.MeterChannelId
 
doc() - Method in enum io.openems.edge.meter.weidmueller.WeidmuellerChannelId
 
doc() - Method in enum io.openems.edge.onewire.thermometer.ThisChannelId
 
doc() - Method in enum io.openems.edge.predictor.persistencemodel.PredictorChannelId
 
doc() - Method in enum io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter.ChannelId
 
doc() - Method in enum io.openems.edge.pvinverter.cluster.PvInverterCluster.ChannelId
 
doc() - Method in enum io.openems.edge.pvinverter.solarlog.SolarLog.ChannelId
 
doc() - Method in enum io.openems.edge.pvinverter.sunspec.SunSpecPvInverter.ChannelId
 
doc() - Method in enum io.openems.edge.scheduler.allalphabetically.AllAlphabetically.ThisChannelId
 
doc() - Method in enum io.openems.edge.scheduler.api.Scheduler.ChannelId
 
doc() - Method in enum io.openems.edge.scheduler.daily.DailyScheduler.ThisChannelId
 
doc() - Method in enum io.openems.edge.scheduler.fixedorder.FixedOrder.ThisChannelId
 
doc() - Method in enum io.openems.edge.simulator.app.SimulatorApp.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.evcs.SimulatedEvcs.ChannelId
 
doc() - Method in class io.openems.edge.simulator.io.MyChannelId
 
doc() - Method in enum io.openems.edge.simulator.meter.grid.acting.GridMeter.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.meter.grid.reacting.GridMeter.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.meter.nrc.acting.NrcMeter.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.meter.production.acting.ProductionMeter.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.modbus.ModbusSimulator.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.pvinverter.PvInverter.ChannelId
 
doc() - Method in enum io.openems.edge.simulator.timedata.SimulatorTimedata.ChannelId
 
doc() - Method in enum io.openems.edge.sma.SiChannelId
 
doc() - Method in enum io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery.ChannelId
 
doc() - Method in enum io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core.CoreChannelId
 
doc() - Method in enum io.openems.edge.thermometer.api.Thermometer.ChannelId
 
doc() - Method in enum io.openems.edge.timedata.api.Timedata.ChannelId
 
doc() - Method in enum io.openems.edge.timedata.influxdb.InfluxTimedata.ChannelId
 
doc() - Method in enum io.openems.edge.timedata.rrd4j.Rrd4jTimedata.ChannelId
 
doc() - Method in class io.openems.edge.wago.FieldbusChannelId
 
doc() - Method in enum io.openems.edge.wago.Wago.ThisChannelId
 
doElementSetInput(ModbusElement<?>, int, Boolean[]) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
doElementSetInput(ModbusElement<?>, int, InputRegister[]) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadInputRegistersTask
 
doElementSetInput(ModbusElement<?>, int, T[]) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
doHandlingSlowFloatVoltage() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
doHumidityConvert(byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Performs a Humidity conversion.
doHumidityConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Performs a Humidity conversion.
doHumidityConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Performs a Humidity conversion.
Domain - Class in io.openems.backend.metadata.odoo.odoo
 
Domain(String, String, Object) - Constructor for class io.openems.backend.metadata.odoo.odoo.Domain
 
DONT_CHANGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used for options in the setSearchConditions() to make sure the specified option is not changes from its current value.
doSetSpeed - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag to indicate that speed needs to be set
doSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer
Go to the specified speed for this container.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Performs a temperature conversion on state information.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Performs a temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Performs a temperature conversion on state information.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Performs a temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Performs a temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Performs a temperature conversion on state information.
doTemperatureConvert(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Performs a temperature conversion.
DoubleDoc - Class in io.openems.edge.common.channel
 
DoubleDoc() - Constructor for class io.openems.edge.common.channel.DoubleDoc
 
DoubleReadChannel - Class in io.openems.edge.common.channel
 
DoubleReadChannel(OpenemsComponent, ChannelId, DoubleDoc) - Constructor for class io.openems.edge.common.channel.DoubleReadChannel
 
DoubleReadChannel(OpenemsComponent, ChannelId, DoubleDoc, Double) - Constructor for class io.openems.edge.common.channel.DoubleReadChannel
 
DoubleSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
DoubleSlidingValue() - Constructor for class io.openems.edge.common.type.slidingvalue.DoubleSlidingValue
 
DoubleUtils - Class in io.openems.common.utils
 
DoubleUtils() - Constructor for class io.openems.common.utils.DoubleUtils
 
DoubleWriteChannel - Class in io.openems.edge.common.channel
 
DoubleWriteChannel(OpenemsComponent, ChannelId, DoubleDoc) - Constructor for class io.openems.edge.common.channel.DoubleWriteChannel
 
DS1961Scompatible - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Specifies whether or not this coprocessor is compatible with the DS1961S.
DSPortAdapter - Class in com.dalsemi.onewire.adapter
The abstract base class for all 1-Wire port adapter objects.
DSPortAdapter() - Constructor for class com.dalsemi.onewire.adapter.DSPortAdapter
 
DumbAdapter - Class in com.dalsemi.onewire.adapter
This DSPortAdapter class was designed to be used for the iB-IDE's emulator.
DumbAdapter() - Constructor for class com.dalsemi.onewire.adapter.DumbAdapter
 
Dummy - Class in io.openems.backend.metadata.dummy
 
Dummy() - Constructor for class io.openems.backend.metadata.dummy.Dummy
 
DummyAsymmetricMeter - Class in io.openems.edge.meter.test
Provides a simple, simulated SymmetricMeter component that can be used together with the OpenEMS Component test framework.
DummyAsymmetricMeter(String) - Constructor for class io.openems.edge.meter.test.DummyAsymmetricMeter
 
DummyBattery - Class in io.openems.edge.battery.test
Provides a simple, simulated Battery component that can be used together with the OpenEMS Component test framework.
DummyBattery(String) - Constructor for class io.openems.edge.battery.test.DummyBattery
 
DummyCoilElement - Class in io.openems.edge.bridge.modbus.api.element
A DummyCoilElement is a placeholder for an empty ModbusCoilElement.
DummyCoilElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.DummyCoilElement
 
DummyComponentContext - Class in io.openems.edge.common.test
Simulates a ComponentContext for the OpenEMS Component test framework.
DummyComponentManager - Class in io.openems.edge.common.test
Simulates a ComponentManager for the OpenEMS Component test framework.
DummyComponentManager() - Constructor for class io.openems.edge.common.test.DummyComponentManager
 
DummyComponentManager(Clock) - Constructor for class io.openems.edge.common.test.DummyComponentManager
 
DummyConfiguration() - Constructor for class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
DummyConfigurationAdmin - Class in io.openems.edge.common.test
Simulates a ConfigurationAdmin for the OpenEMS Component test framework.
DummyConfigurationAdmin() - Constructor for class io.openems.edge.common.test.DummyConfigurationAdmin
 
DummyConfigurationAdmin.DummyConfiguration - Class in io.openems.edge.common.test
 
DummyCycle - Class in io.openems.edge.common.test
Simulates a Cycle for the OpenEMS Component test framework.
DummyCycle(int) - Constructor for class io.openems.edge.common.test.DummyCycle
 
DummyElement - Interface in io.openems.edge.bridge.modbus.api.element
A placeholder for an empty Modbus Element.
DummyHybridEss - Class in io.openems.edge.ess.test
Provides a simple, simulated HybridEss that is also a ManagedSymmetricEss component and can be used together with the OpenEMS Component test framework.
DummyHybridEss(String, Power) - Constructor for class io.openems.edge.ess.test.DummyHybridEss
 
DummyHybridEss(String) - Constructor for class io.openems.edge.ess.test.DummyHybridEss
 
DummyInputOutput - Class in io.openems.edge.io.test
Provides a simple, simulated Digital Input/Output component that can be used together with the OpenEMS Component test framework.
DummyInputOutput(String) - Constructor for class io.openems.edge.io.test.DummyInputOutput
 
DummyInputOutput.ChannelId - Enum in io.openems.edge.io.test
 
DummyInverter - Class in io.openems.edge.ess.power.api
Represents a dummy inverter - e.g.
DummyInverter(String, Phase) - Constructor for class io.openems.edge.ess.power.api.DummyInverter
 
DummyManagedAsymmetricEss - Class in io.openems.edge.ess.test
Provides a simple, simulated ManagedSymmetricEss component that can be used together with the OpenEMS Component test framework.
DummyManagedAsymmetricEss(String) - Constructor for class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
DummyManagedEvcs - Class in io.openems.edge.evcs.test
 
DummyManagedEvcs(String) - Constructor for class io.openems.edge.evcs.test.DummyManagedEvcs
Constructor.
DummyManagedSymmetricBatteryInverter - Class in io.openems.edge.batteryinverter.test
Provides a simple, simulated ManagedSymmetricBatteryInverter component that can be used together with the OpenEMS Component test framework.
DummyManagedSymmetricBatteryInverter(String) - Constructor for class io.openems.edge.batteryinverter.test.DummyManagedSymmetricBatteryInverter
 
DummyManagedSymmetricEss - Class in io.openems.edge.ess.test
Provides a simple, simulated ManagedSymmetricEss component that can be used together with the OpenEMS Component test framework.
DummyManagedSymmetricEss(String, Power) - Constructor for class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
DummyManagedSymmetricEss(String) - Constructor for class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
DummyModbusBridge - Class in io.openems.edge.bridge.modbus.test
 
DummyModbusBridge(String) - Constructor for class io.openems.edge.bridge.modbus.test.DummyModbusBridge
 
DummyPower - Class in io.openems.edge.ess.test
 
DummyPower() - Constructor for class io.openems.edge.ess.test.DummyPower
 
DummyPower(int) - Constructor for class io.openems.edge.ess.test.DummyPower
 
DummyPower(double, double, double) - Constructor for class io.openems.edge.ess.test.DummyPower
 
DummyPower(int, double, double, double) - Constructor for class io.openems.edge.ess.test.DummyPower
 
DummyRegisterElement - Class in io.openems.edge.bridge.modbus.api.element
A DummyRegisterElement is a placeholder for an empty ModbusRegisterElement.
DummyRegisterElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
 
DummyRegisterElement(int, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
 
DummySum - Class in io.openems.edge.common.sum
Provides a simple, simulated Sum component that can be used together with the OpenEMS Component test framework.
DummySum() - Constructor for class io.openems.edge.common.sum.DummySum
 
DummySymmetricMeter - Class in io.openems.edge.meter.test
Provides a simple, simulated SymmetricMeter component that can be used together with the OpenEMS Component test framework.
DummySymmetricMeter(String) - Constructor for class io.openems.edge.meter.test.DummySymmetricMeter
 
DuplexModeOfNetworkTerminalA - Enum in io.openems.edge.sma.enums
 

E

Edge - Class in io.openems.backend.metadata.api
 
Edge(String, String, Edge.State, String, String, EdgeConfig) - Constructor for class io.openems.backend.metadata.api.Edge
 
Edge.State - Enum in io.openems.backend.metadata.api
 
EDGE_COMMENT - Static variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
EDGE_ID - Static variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
EDGE_PRODUCT_TYPE - Static variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
EdgeApp - Class in io.openems.edge.application
 
EdgeApp() - Constructor for class io.openems.edge.application.EdgeApp
 
EdgeCache - Class in io.openems.backend.metadata.odoo
 
EdgeCache(MetadataOdoo) - Constructor for class io.openems.backend.metadata.odoo.EdgeCache
 
edgeCache - Variable in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
EdgeCache - Class in io.openems.backend.timedata.api
 
EdgeCache() - Constructor for class io.openems.backend.timedata.api.EdgeCache
 
EdgeConfig - Class in io.openems.common.types
Holds the configuration of an Edge.
EdgeConfig() - Constructor for class io.openems.common.types.EdgeConfig
 
EdgeConfig.Component - Class in io.openems.common.types
Represents an instance of an OpenEMS Component.
EdgeConfig.Component.Channel - Class in io.openems.common.types
Represents a Channel of an OpenEMS Component.
EdgeConfig.Component.Channel.ChannelDetail - Interface in io.openems.common.types
 
EdgeConfig.Component.Channel.ChannelDetailEnum - Class in io.openems.common.types
Channel-Details for EnumChannel.
EdgeConfig.Component.Channel.ChannelDetailOpenemsType - Class in io.openems.common.types
Channel-Details for OpenemsType-Channel.
EdgeConfig.Component.Channel.ChannelDetailState - Class in io.openems.common.types
Channel-Details for StateChannel.
EdgeConfig.Component.JsonFormat - Enum in io.openems.common.types
 
EdgeConfig.Factory - Class in io.openems.common.types
Represents an OpenEMS Component Factory.
EdgeConfig.Factory.Property - Class in io.openems.common.types
Represents a configuration option of an OpenEMS Component Factory.
EdgeConfigDiff - Class in io.openems.common.types
 
EdgeConfigDiff() - Constructor for class io.openems.common.types.EdgeConfigDiff
 
EdgeConfigDiff.ComponentDiff - Class in io.openems.common.types
Represents the difference between an old and a new configuration of a Component.
EdgeConfigDiff.ComponentDiff.Change - Enum in io.openems.common.types
 
EdgeConfigDiff.ComponentDiff.OldNewProperty - Class in io.openems.common.types
 
EdgeConfigNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for OpenEMS Edge configuration.
EdgeConfigNotification(EdgeConfig) - Constructor for class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
EdgeConfigWorker - Class in io.openems.edge.core.componentmanager
This Worker constantly checks if EdgeConfig was updated, e.g.
EdgeConfigWorker(ComponentManagerImpl) - Constructor for class io.openems.edge.core.componentmanager.EdgeConfigWorker
 
EdgeEventConstants - Class in io.openems.edge.common.event
 
EdgeInfo(boolean) - Constructor for class io.openems.backend.common.jsonrpc.response.GetEdgesStatusResponse.EdgeInfo
 
EdgeInfo(boolean) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesDataResponse.EdgeInfo
 
EdgeInfo(boolean) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesEnergyResponse.EdgeInfo
 
EdgeMetadata - Class in io.openems.common.jsonrpc.shared
 
EdgeMetadata(String, String, String, SemanticVersion, Role, boolean) - Constructor for class io.openems.common.jsonrpc.shared.EdgeMetadata
 
edgeRoleIsAtLeast(String, Role) - Method in class io.openems.backend.metadata.api.BackendUser
Gets the information whether the current Role is equal or more privileged than the given Role.
EdgeRpcNotification - Class in io.openems.common.jsonrpc.notification
Wraps a JSON-RPC Notification for a specific Edge-ID.
EdgeRpcNotification(String, JsonrpcNotification) - Constructor for class io.openems.common.jsonrpc.notification.EdgeRpcNotification
 
EdgeRpcRequest - Class in io.openems.common.jsonrpc.request
Wraps a JSON-RPC Request for a specific Edge-ID.
EdgeRpcRequest(String, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
EdgeRpcRequest(UUID, String, JsonrpcRequest) - Constructor for class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
EdgeRpcRequestHandler - Class in io.openems.backend.core.jsonrpcrequesthandler
 
EdgeRpcRequestHandler(JsonRpcRequestHandlerImpl) - Constructor for class io.openems.backend.core.jsonrpcrequesthandler.EdgeRpcRequestHandler
 
EdgeRpcResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'edgeRpc'.
EdgeRpcResponse(UUID, JsonrpcResponseSuccess) - Constructor for class io.openems.common.jsonrpc.response.EdgeRpcResponse
 
EdgesCurrentDataNotification - Class in io.openems.backend.b2bwebsocket.jsonrpc.notification
Represents a JSON-RPC Notification for sending the current data of all subscribed Channels of multiple Edges.
EdgesCurrentDataNotification() - Constructor for class io.openems.backend.b2bwebsocket.jsonrpc.notification.EdgesCurrentDataNotification
 
EdgeUser - Class in io.openems.edge.common.user
 
EdgeUser(String, String, Role, String, String) - Constructor for class io.openems.edge.common.user.EdgeUser
 
EdgeUser(String, String, Role, byte[], byte[]) - Constructor for class io.openems.edge.common.user.EdgeUser
 
edgeWebsocket - Variable in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
 
EdgeWebsocket - Interface in io.openems.backend.edgewebsocket.api
 
edgeWebsocket - Variable in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
EdgeWebsocketImpl - Class in io.openems.backend.edgewebsocket.impl
 
EdgeWebsocketImpl() - Constructor for class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
EE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current Accumulator Shadow Selector bit with setFlag/getFlag.
EEPROM_BLOCK_0_LOCK_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, Block 0 of the EEPROM (addresses 32-47) is read-only.
EEPROM_BLOCK_1_LOCK_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, Block 1 of the EEPROM (addresses 48-63) is read-only.
EEPROM_COPY_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: This flag will be true if the Copy Data Command is in progress.
EEPROM_LOCK_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, the Lock Command is enabled.
EEPROM_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the EEPROM Register.
EFFICIENCY_FACTOR - Static variable in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
elementToChannel(Object) - Method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Convert an Element value to a Channel value.
ElementToChannelConverter - Class in io.openems.edge.bridge.modbus.api
Provides Functions to convert from Element to Channel and back.
ElementToChannelConverter(Function<Object, Object>, Function<Object, Object>) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
This constructs and back-and-forth converter from Element to Channel and back.
ElementToChannelConverter(Function<Object, Object>) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
This constructs a forward-only converter from Element to Channel.
ElementToChannelConverterChain - Class in io.openems.edge.bridge.modbus.api
 
ElementToChannelConverterChain(ElementToChannelConverter, ElementToChannelConverter) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelConverterChain
 
ElementToChannelOffsetConverter - Class in io.openems.edge.bridge.modbus.api
Converts between Element and Channel by applying an offset.
ElementToChannelOffsetConverter(int) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelOffsetConverter
 
ElementToChannelScaleFactorConverter - Class in io.openems.edge.bridge.modbus.api
Converts between Element and Channel by applying a scale factor.
ElementToChannelScaleFactorConverter(OpenemsComponent, SunSpecPoint, ChannelId) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelScaleFactorConverter
 
ElementToChannelScaleFactorConverter(int) - Constructor for class io.openems.edge.bridge.modbus.api.ElementToChannelScaleFactorConverter
 
EMPTY_CONNECTION - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
instance for an empty connection, basically it's a NULL object that's safe to synchronize on.
EmptyRequest - Class in io.openems.backend.metadata.odoo.odoo
 
EmptyRequest() - Constructor for class io.openems.backend.metadata.odoo.odoo.EmptyRequest
 
EmsBaudrate - Enum in io.openems.edge.battery.soltaro.enums
 
enableComponent(String) - Method in class io.openems.edge.common.test.DummyComponentContext
 
enabled() - Method in class io.openems.edge.common.test.AbstractComponentConfig
 
enableIpus(InverterCount) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
enableMission(int) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Begins this DS1921's mission.
enablePower - Variable in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Enable Provided Power for some Password checking.
enablePower - Variable in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Enable Provided Power for some Password checking.
encCode - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Code used to specify encryption type.
encodeTemperature(double) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Converts a temperature in degrees Celsius to a byte formatted for the DS1921.
end - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
 
endExclusive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
endExclusive() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
endExclusive() - Method in class com.dalsemi.onewire.adapter.SerialService
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Relinquishes exclusive control of the 1-Wire Network.
endId - Variable in enum io.openems.edge.bridge.modbus.sunspec.SunSpecModelType
 
ENERGY_CHANNELS - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
All Energy Channels, i.e.
EnergyValuesHandler - Class in io.openems.edge.core.sum
This Handler class makes sure that Energy values are steadily rising.
EnergyValuesHandler(SumImpl) - Constructor for class io.openems.edge.core.sum.EnergyValuesHandler
 
enterStartedMode() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Enter the STARTED mode!
enterThrottledMpptMode() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Enter the Throttled or MPPT mode!
EnumDoc - Class in io.openems.edge.common.channel
 
EnumDoc(OptionsEnum[]) - Constructor for class io.openems.edge.common.channel.EnumDoc
 
enumerateAllAdapters() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Gets an Enumeration of all 1-Wire adapter types supported.
EnumReadChannel - Class in io.openems.edge.common.channel
 
EnumReadChannel(OpenemsComponent, ChannelId, EnumDoc) - Constructor for class io.openems.edge.common.channel.EnumReadChannel
 
EnumReadChannel(OpenemsComponent, ChannelId, EnumDoc, OptionsEnum) - Constructor for class io.openems.edge.common.channel.EnumReadChannel
 
Enums - Class in io.openems.edge.battery.soltaro.cluster.versionb
 
Enums() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionb.Enums
 
Enums.ClusterRunState - Enum in io.openems.edge.battery.soltaro.cluster.versionb
 
EnumWriteChannel - Class in io.openems.edge.common.channel
 
EnumWriteChannel(OpenemsComponent, ChannelId, EnumDoc, OptionsEnum) - Constructor for class io.openems.edge.common.channel.EnumWriteChannel
 
EnumWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
equals(Object) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns true if the given object is the same or equivalent to this DSPortAdapter.
equals(Object) - Method in class com.dalsemi.onewire.application.file.OWFile
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
 
equals(Object) - Method in class com.dalsemi.onewire.container.OneWireContainer
Indicates whether some other object is "equal to" this one.
equals(OWPath) - Method in class com.dalsemi.onewire.utils.OWPath
Compare this 1-Wire path with another.
equals(Object) - Method in class io.openems.common.types.ChannelAddress
 
equals(Object) - Method in class io.openems.common.types.SemanticVersion
 
equals(Object) - Method in class io.openems.edge.common.test.TimeLeapClock
 
equals(Object) - Method in class io.openems.edge.core.host.NetworkInterface.Inet4AddressWithNetmask
 
ERASE_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
ERASE_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
eraseScratchPad(int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Erases the scratchpad of the DS1963S.
ERROR_SUM_LIMIT_FACTOR - Static variable in class io.openems.edge.common.filter.PidFilter
 
ErrorBits1 - Enum in io.openems.edge.battery.bmw.enums
 
ErrorBits2 - Enum in io.openems.edge.battery.bmw.enums
 
ErrorCode - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
ErrorCode - Enum in io.openems.edge.ess.kaco.blueplanet.gridsave50
 
ErrorCodeChannelId0 - Enum in io.openems.edge.ess.mr.gridcon.enums
This enum holds every possible error channel id for a gridcon.
ErrorCodeChannelId1 - Enum in io.openems.edge.ess.mr.gridcon.enums
This enum holds every possible error channel id for a gridcon.
errorCodeFeedback(int) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
ErrorDoc - Class in io.openems.edge.ess.mr.gridcon.enums
 
ErrorDoc(Level) - Constructor for class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
ErrorDoc.Acknowledge - Enum in io.openems.edge.ess.mr.gridcon.enums
 
ErrorDoc.ReactionLevel - Enum in io.openems.edge.ess.mr.gridcon.enums
 
ErrorHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
ErrorHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.ess.mr.gridcon
 
ErrorHandler(StateMachine) - Constructor for class io.openems.edge.ess.mr.gridcon.ErrorHandler
 
ErrorHandler - Class in io.openems.edge.ess.refu
 
ErrorHandler(RefuEss) - Constructor for class io.openems.edge.ess.refu.ErrorHandler
 
ErrorHandler.State - Enum in io.openems.edge.ess.mr.gridcon
 
ErrorHandling - Class in io.openems.edge.battery.bydcommercial.statemachine
 
ErrorHandling() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.ErrorHandling
 
escape(String) - Static method in class com.dalsemi.onewire.application.tag.XML
Escape special characters in the given string.
Ess0Streetscooter - Class in io.openems.edge.ess.streetscooter
 
Ess0Streetscooter() - Constructor for class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
Ess1Streetscooter - Class in io.openems.edge.ess.streetscooter
 
Ess1Streetscooter() - Constructor for class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
ESS_DC_CHARGE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
ESS_DC_DISCHARGE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
ESS_DISCHARGE_POWER - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
ESS_SOC - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
EssAsymmetric - Class in io.openems.edge.simulator.ess.asymmetric.reacting
 
EssAsymmetric() - Constructor for class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
EssAsymmetric.ChannelId - Enum in io.openems.edge.simulator.ess.asymmetric.reacting
 
EssChannelId - Enum in io.openems.edge.goodwe.et.ess
 
EssCluster - Class in io.openems.edge.ess.cluster
 
EssCluster() - Constructor for class io.openems.edge.ess.cluster.EssCluster
 
EssCluster.ChannelId - Enum in io.openems.edge.ess.cluster
 
EssDcCharger - Interface in io.openems.edge.ess.dccharger.api
 
EssDcCharger.ChannelId - Enum in io.openems.edge.ess.dccharger.api
 
EssDcChargerFeneconCommercial40 - Class in io.openems.edge.ess.fenecon.commercial40.charger
Implements the FENECON Commercial 40 Charger
EssDcChargerFeneconCommercial40() - Constructor for class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
EssDcChargerFeneconCommercial40.ChannelId - Enum in io.openems.edge.ess.fenecon.commercial40.charger
 
EssFeneconBydContainer - Class in io.openems.edge.ess.byd.container
 
EssFeneconBydContainer() - Constructor for class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
EssFeneconBydContainer.ChannelId - Enum in io.openems.edge.ess.byd.container
 
EssFeneconCommercial40 - Interface in io.openems.edge.ess.fenecon.commercial40
 
EssFeneconCommercial40Impl - Class in io.openems.edge.ess.fenecon.commercial40
 
EssFeneconCommercial40Impl() - Constructor for class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
EssFeneconCommercial40Impl.ChannelId - Enum in io.openems.edge.ess.fenecon.commercial40
 
essId - Variable in class io.openems.edge.ess.power.api.Coefficient
 
EssKacoBlueplanetGridsave50 - Class in io.openems.edge.ess.kaco.blueplanet.gridsave50
 
EssKacoBlueplanetGridsave50() - Constructor for class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
EssKacoBlueplanetGridsave50.ChannelId - Enum in io.openems.edge.ess.kaco.blueplanet.gridsave50
 
EssOneFullCycle - Class in io.openems.edge.controller.ess.onefullcycle
 
EssOneFullCycle(Clock) - Constructor for class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
EssOneFullCycle() - Constructor for class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
EssOneFullCycle.ChannelId - Enum in io.openems.edge.controller.ess.onefullcycle
 
EssSellToGridLimit - Interface in io.openems.edge.controller.symmetric.selfconsumption
 
EssSellToGridLimit.ChannelId - Enum in io.openems.edge.controller.symmetric.selfconsumption
 
EssSellToGridLimitImpl - Class in io.openems.edge.controller.symmetric.selfconsumption
 
EssSellToGridLimitImpl() - Constructor for class io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimitImpl
 
EssSinexcel - Class in io.openems.edge.ess.sinexcel
 
EssSinexcel() - Constructor for class io.openems.edge.ess.sinexcel.EssSinexcel
 
EssSinglePhase - Class in io.openems.edge.simulator.ess.singlephase.reacting
 
EssSinglePhase() - Constructor for class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
EssSinglePhase.ChannelId - Enum in io.openems.edge.simulator.ess.singlephase.reacting
 
EssSymmetric - Class in io.openems.edge.simulator.ess.symmetric.reacting
 
EssSymmetric() - Constructor for class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
EssSymmetric.ChannelId - Enum in io.openems.edge.simulator.ess.symmetric.reacting
 
EssType - Enum in io.openems.edge.ess.power.api
 
Evcs - Interface in io.openems.edge.evcs.api
 
Evcs.ChannelId - Enum in io.openems.edge.evcs.api
 
EvcsClusterPeakShaving - Class in io.openems.edge.evcs.cluster
 
EvcsClusterPeakShaving() - Constructor for class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
EvcsClusterSelfConsumption - Class in io.openems.edge.evcs.cluster
 
EvcsClusterSelfConsumption() - Constructor for class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
EvcsController - Class in io.openems.edge.controller.evcs
 
EvcsController() - Constructor for class io.openems.edge.controller.evcs.EvcsController
 
EvcsController(Clock) - Constructor for class io.openems.edge.controller.evcs.EvcsController
 
EvcsController.ChannelId - Enum in io.openems.edge.controller.evcs
 
EvcsFixActivePower - Class in io.openems.edge.controller.evcs.fixactivepower
 
EvcsFixActivePower() - Constructor for class io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower
 
EvcsFixActivePower(Clock) - Constructor for class io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower
 
EvcsFixActivePower.ChannelId - Enum in io.openems.edge.controller.evcs.fixactivepower
 
Event - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Event type of a tagged 1-Wire device.
Event() - Constructor for class com.dalsemi.onewire.application.tag.Event
Creates an object for the device.
Event(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Event
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Event1 - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
Event1 - Enum in io.openems.edge.batteryinverter.refu88k
 
eventAdmin - Variable in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
eventAdmin - Variable in class io.openems.edge.core.cycle.CycleImpl
 
eventType - Variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
The type of event (ARRIVAL|DEPARTURE)
exception - Variable in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
The exception that was generated by the search
exception(Object...) - Method in enum io.openems.common.exceptions.OpenemsError
Creates a OpenEMS Named Exception from this Error.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an integer family code to avoid when searching for iButtons.
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an array of bytes containing family codes to avoid when finding iButtons or 1-Wire devices.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Takes an integer family code to avoid when searching for iButtons.
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Takes an array of bytes containing family codes to avoid when finding iButtons or 1-Wire devices.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an integer family code to avoid when searching for iButtons.
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an array of bytes containing family codes to avoid when finding iButtons or 1-Wire devices.
execCommand - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
exec command, command string to start the simulator
execute(HikariDataSource) - Method in class io.openems.backend.metadata.odoo.postgres.task.DatabaseTask
Execute the Task, making sure the Connection handle is released properly on exception.
execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
Executes the tasks - i.e.
execute(AbstractModbusBridge) - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Executes the tasks - i.e.
execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
execute(List<ReadTask>) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
executeCycleTwice - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
 
executeQuery(String) - Method in class io.openems.shared.influxdb.InfluxConnector
Copied from backend.timedata.influx.provider.
ExecuteSimulationRequest - Class in io.openems.edge.simulator.app
Executes a simulation.
ExecuteSimulationRequest(List<CreateComponentConfigRequest>, ExecuteSimulationRequest.Clock, Map<String, ExecuteSimulationRequest.Profile>, List<ChannelAddress>) - Constructor for class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
ExecuteSimulationRequest(UUID, List<CreateComponentConfigRequest>, ExecuteSimulationRequest.Clock, Map<String, ExecuteSimulationRequest.Profile>, List<ChannelAddress>) - Constructor for class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
ExecuteSimulationRequest.Clock - Class in io.openems.edge.simulator.app
 
ExecuteSimulationRequest.Profile - Class in io.openems.edge.simulator.app
 
ExecuteSimulationResponse - Class in io.openems.edge.simulator.app
Represents a JSON-RPC Response for 'executeSimulation'.
ExecuteSimulationResponse(SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>) - Constructor for class io.openems.edge.simulator.app.ExecuteSimulationResponse
 
ExecuteSimulationResponse(UUID, SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>) - Constructor for class io.openems.edge.simulator.app.ExecuteSimulationResponse
 
ExecuteSystemCommandRequest - Class in io.openems.edge.core.host
Represents a JSON-RPC Request to execute a system command on OpenEMS Edge.
ExecuteSystemCommandRequest(String, boolean, int, Optional<String>, Optional<String>) - Constructor for class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
ExecuteSystemCommandRequest(UUID, String, boolean, int, Optional<String>, Optional<String>) - Constructor for class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
ExecuteSystemCommandResponse - Class in io.openems.edge.core.host
JSON-RPC Response to "executeSystemCommand" Request.
ExecuteSystemCommandResponse(UUID, String[], String[]) - Constructor for class io.openems.edge.core.host.ExecuteSystemCommandResponse
 
executeTransaction(SHAiButtonUser, boolean) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Performs the signed debit, subtracting the debit amount from the user's balance and storing the new, signed account data on the user's iButton.
executeTransaction(SHAiButtonUser, boolean) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Performs the unsigned debit, subtracting the debit amount from the user's balance and storing the new, unsigned account data on the user's iButton.
executeTransaction(SHAiButtonUser, boolean) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Performs the signed debit, subtracting the debit amount from the user's balance and storing the new, signed account data on the user's iButton.
executeTransaction(SHAiButtonUser, boolean) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Performs the transaction.
exists() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the file denoted by this abstract pathname exists.
exists() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if the file exists
exitStandbyMode() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Exit the STANDBY mode!
EXPOWER_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of external power offset in array returned from read state
expression - Variable in enum io.openems.backend.metadata.odoo.odoo.Protocol
 
extraInfo - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if reading a page in memory bank provides optional extra information (counter, tamper protection, SHA-1...)
extraInfoLength - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Extra information length in bytes

F

factoriesToJson() - Method in class io.openems.common.types.EdgeConfig
Returns the configuration Factories as a JSON Object.
Factory(String, String, String, EdgeConfig.Factory.Property[], String[]) - Constructor for class io.openems.common.types.EdgeConfig.Factory
 
factoryPid - Variable in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker.Config
 
fakeAddress - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
fake address, returned from all search or getAddress commands
FalseTrue - Enum in io.openems.edge.ess.sinexcel
This enum holds the common Sinexcel definition for 0 = false and 1 = true.
FanStatus - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
faultIslanding() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
FC16WriteRegistersTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Write Holding Registers abstractTask, using Modbus function code 16 (http://www.simplymodbus.ca/FC16.htm)
FC16WriteRegistersTask(int, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC16WriteRegistersTask
 
FC1ReadCoilsTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Read Coils abstractTask, implementing Modbus function code 1 (http://www.simplymodbus.ca/FC01.htm)
FC1ReadCoilsTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC1ReadCoilsTask
 
FC2ReadInputsTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Read Inputs abstractTask, implementing Modbus function code 2 (http://www.simplymodbus.ca/FC02.htm)
FC2ReadInputsTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC2ReadInputsTask
 
FC3ReadRegistersTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Read Holding Register abstractTask, implementing Modbus function code 3 (http://www.simplymodbus.ca/FC03.htm)
FC3ReadRegistersTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC3ReadRegistersTask
 
FC4ReadInputRegistersTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Read Input Register abstractTask, implementing Modbus function code 4 (http://www.simplymodbus.ca/FC04.htm)
FC4ReadInputRegistersTask(int, Priority, AbstractModbusElement<?>...) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC4ReadInputRegistersTask
 
FC5WriteCoilTask - Class in io.openems.edge.bridge.modbus.api.task
Implements a Write Single Coil abstractTask, using Modbus function code 5 (http://www.simplymodbus.ca/FC05.htm)
FC5WriteCoilTask(int, AbstractModbusElement<?>) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC5WriteCoilTask
 
FC6WriteRegisterTask - Class in io.openems.edge.bridge.modbus.api.task
 
FC6WriteRegisterTask(int, AbstractModbusElement<?>) - Constructor for class io.openems.edge.bridge.modbus.api.task.FC6WriteRegisterTask
 
FeneconDessCharger1 - Class in io.openems.edge.fenecon.dess.charger
 
FeneconDessCharger1() - Constructor for class io.openems.edge.fenecon.dess.charger.FeneconDessCharger1
 
FeneconDessCharger2 - Class in io.openems.edge.fenecon.dess.charger
 
FeneconDessCharger2() - Constructor for class io.openems.edge.fenecon.dess.charger.FeneconDessCharger2
 
FeneconDessConstants - Class in io.openems.edge.fenecon.dess
 
FeneconDessConstants() - Constructor for class io.openems.edge.fenecon.dess.FeneconDessConstants
 
FeneconDessEss - Class in io.openems.edge.fenecon.dess.ess
 
FeneconDessEss() - Constructor for class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
FeneconDessEss.ChannelId - Enum in io.openems.edge.fenecon.dess.ess
 
FeneconDessGridMeter - Class in io.openems.edge.fenecon.dess.gridmeter
 
FeneconDessGridMeter() - Constructor for class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
FeneconDessGridMeter.ChannelId - Enum in io.openems.edge.fenecon.dess.gridmeter
 
FeneconDessPvMeter - Class in io.openems.edge.fenecon.dess.pvmeter
 
FeneconDessPvMeter() - Constructor for class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
FeneconDessPvMeter.ChannelId - Enum in io.openems.edge.fenecon.dess.pvmeter
 
FeneconMiniConstants - Class in io.openems.edge.fenecon.mini
 
FeneconMiniConstants() - Constructor for class io.openems.edge.fenecon.mini.FeneconMiniConstants
 
FeneconMiniEss - Interface in io.openems.edge.fenecon.mini.ess
 
FeneconMiniEss.ChannelId - Enum in io.openems.edge.fenecon.mini.ess
 
FeneconMiniEssImpl - Class in io.openems.edge.fenecon.mini.ess
 
FeneconMiniEssImpl() - Constructor for class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
FeneconMiniGridMeter - Class in io.openems.edge.fenecon.mini.gridmeter
 
FeneconMiniGridMeter() - Constructor for class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
FeneconMiniGridMeter.ChannelId - Enum in io.openems.edge.fenecon.mini.gridmeter
 
FeneconMiniPvMeter - Class in io.openems.edge.fenecon.mini.pvmeter
 
FeneconMiniPvMeter() - Constructor for class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
FeneconMiniPvMeter.ChannelId - Enum in io.openems.edge.fenecon.mini.pvmeter
 
FeneconProEss - Class in io.openems.edge.fenecon.pro.ess
 
FeneconProEss() - Constructor for class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
FeneconProPvMeter - Class in io.openems.edge.fenecon.pro.pvmeter
 
FeneconProPvMeter() - Constructor for class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
FeneconProPvMeter.ChannelId - Enum in io.openems.edge.fenecon.pro.pvmeter
 
ffBlock - Static variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
block of 0xFF's used for faster read pre-fill of 1-Wire blocks Comes from OneWireContainer33 that this MemoryBank references.
ffBlock - Static variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
block of 0xFF's used for faster read pre-fill of 1-Wire blocks Comes from OneWireContainer33 that this MemoryBank references.
ffBlock - Static variable in class com.dalsemi.onewire.container.OneWireContainer33
block of 0xFF's used for faster read pre-fill of 1-Wire blocks
Field - Interface in io.openems.backend.metadata.odoo
 
field - Variable in class io.openems.backend.metadata.odoo.odoo.Domain
 
Field - Enum in io.openems.edge.meter.discovergy.jsonrpc
 
Field.EdgeConfigUpdate - Enum in io.openems.backend.metadata.odoo
The EdgeConfigUpdate-Model.
Field.EdgeDevice - Enum in io.openems.backend.metadata.odoo
The EdgeDevice-Model.
Field.EdgeDeviceStatus - Enum in io.openems.backend.metadata.odoo
The EdgeDeviceStatus-Model.
Fieldbus4xxDI - Class in io.openems.edge.wago
 
Fieldbus4xxDI(Wago, int, int, int, int) - Constructor for class io.openems.edge.wago.Fieldbus4xxDI
 
Fieldbus523RO1Ch - Class in io.openems.edge.wago
 
Fieldbus523RO1Ch(Wago, int, int, int) - Constructor for class io.openems.edge.wago.Fieldbus523RO1Ch
 
Fieldbus5xxDO - Class in io.openems.edge.wago
 
Fieldbus5xxDO(Wago, int, int, int, int) - Constructor for class io.openems.edge.wago.Fieldbus5xxDO
 
FieldbusChannelId - Class in io.openems.edge.wago
 
FieldbusChannelId(String, OpenemsTypeDoc<Boolean>) - Constructor for class io.openems.edge.wago.FieldbusChannelId
 
FieldbusModule - Class in io.openems.edge.wago
 
FieldbusModule() - Constructor for class io.openems.edge.wago.FieldbusModule
 
FieldbusModuleFactory - Class in io.openems.edge.wago
 
FieldbusModuleFactory() - Constructor for class io.openems.edge.wago.FieldbusModuleFactory
 
FieldbusModuleKanal - Class in io.openems.edge.wago
Represents one XML "Kanal" element inside the WAGO ea-config.xml file
FieldbusModuleKanal(String, String) - Constructor for class io.openems.edge.wago.FieldbusModuleKanal
 
FieldType - Enum in io.openems.edge.kostal.piko.core.impl
 
FieldTypeConflictHandler - Class in io.openems.backend.timedata.influx
Handles Influx FieldTypeConflictExceptions.
FieldTypeConflictHandler(Influx) - Constructor for class io.openems.backend.timedata.influx.FieldTypeConflictHandler
 
FieldValue<T> - Class in io.openems.backend.metadata.odoo.odoo
 
FieldValue(Field, T) - Constructor for class io.openems.backend.metadata.odoo.odoo.FieldValue
 
File - Class in io.openems.backend.metadata.file
This implementation of MetadataService reads Edges configuration from a file.
File() - Constructor for class io.openems.backend.metadata.file.File
 
filename - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Filename, including extension, for user's service file
filename - Variable in enum io.openems.edge.simulator.datasource.csv.predefined.Source
 
fillElements(T[]) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
finalize() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Finalize to Cleanup native
finalize() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
 
finalize() - Method in class com.dalsemi.onewire.application.file.OWFile
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
findNextDevice() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns true if the next iButton or 1-Wire device is found.
fireArrivalEvent(DSPortAdapter, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Notify the listeners of the arrival event
fireDepartureEvent(DSPortAdapter, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Notify the listeners of the departure event
FirmwareManagementEventHandlerImpl - Class in io.openems.edge.evcs.ocpp.server
 
FirmwareManagementEventHandlerImpl(OcppServerImpl) - Constructor for class io.openems.edge.evcs.ocpp.server.FirmwareManagementEventHandlerImpl
 
fitValueIntoMinMaxPower(String, ManagedSymmetricEss, Phase, Pwr, int) - Method in interface io.openems.edge.ess.power.api.Power
Adjusts the given value so that it fits into Min/MaxPower.
FixDigitalOutput - Class in io.openems.edge.controller.io.fixdigitaloutput
 
FixDigitalOutput() - Constructor for class io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput
 
FixDigitalOutput.ChannelId - Enum in io.openems.edge.controller.io.fixdigitaloutput
 
FixedOrder - Class in io.openems.edge.scheduler.fixedorder
This Scheduler takes a list of Component IDs and returns the Controllers statically sorted by this order.
FixedOrder() - Constructor for class io.openems.edge.scheduler.fixedorder.FixedOrder
 
FixedOrder.ThisChannelId - Enum in io.openems.edge.scheduler.fixedorder
 
float32(int, String, float) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
float32Reserved(int) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
float64(int, String, double) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
float64Reserved(int) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
FLOAT_CHARGE_VOLTAGE - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
FloatDoc - Class in io.openems.edge.common.channel
 
FloatDoc() - Constructor for class io.openems.edge.common.channel.FloatDoc
 
FloatDoublewordElement - Class in io.openems.edge.bridge.modbus.api.element
A FloatDoublewordElement represents a Float value according to IEEE-754 in an AbstractDoubleWordElement.
FloatDoublewordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.FloatDoublewordElement
 
FloatReadChannel - Class in io.openems.edge.common.channel
 
FloatReadChannel(OpenemsComponent, ChannelId, FloatDoc) - Constructor for class io.openems.edge.common.channel.FloatReadChannel
 
FloatReadChannel(OpenemsComponent, ChannelId, FloatDoc, Float) - Constructor for class io.openems.edge.common.channel.FloatReadChannel
 
FloatSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
FloatSlidingValue() - Constructor for class io.openems.edge.common.type.slidingvalue.FloatSlidingValue
 
FloatWriteChannel - Class in io.openems.edge.common.channel
 
FloatWriteChannel(OpenemsComponent, ChannelId, FloatDoc) - Constructor for class io.openems.edge.common.channel.FloatWriteChannel
 
FloatWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
flush() - Method in class com.dalsemi.onewire.adapter.SerialService
 
ForceCharge - Class in io.openems.edge.battery.soltaro.controller.state
 
ForceCharge(ManagedSymmetricEss, Battery, int, int, int) - Constructor for class io.openems.edge.battery.soltaro.controller.state.ForceCharge
 
FORCED_CONVERSION - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Forced Conversion
forceNextState(STATE) - Method in class io.openems.edge.common.statemachine.AbstractStateMachine
Forcibly change the next State from outside.
forceOverdrive - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
force 1-wire container into overdrive speed
forceVerify() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Set the flag to indicate the next 'checkSpeed()' will force a speed set and verify 'doSpeed()'.
forever() - Method in class io.openems.common.websocket.ClientReconnectorWorker
 
forever() - Method in class io.openems.common.worker.AbstractCycleWorker
 
forever() - Method in class io.openems.common.worker.AbstractImmediateWorker
 
forever() - Method in class io.openems.common.worker.AbstractWorker
This method is called in a loop forever until the Thread gets interrupted.
forever() - Method in class io.openems.edge.bridge.modbus.api.ModbusWorker
 
forever() - Method in class io.openems.edge.bridge.onewire.impl.OneWireTaskWorker
 
forever() - Method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
 
forever() - Method in class io.openems.edge.core.componentmanager.EdgeConfigWorker
 
forever() - Method in class io.openems.edge.core.componentmanager.OsgiValidateWorker
 
forever() - Method in class io.openems.edge.core.componentmanager.OutOfMemoryHeapDumpWorker
 
forever() - Method in class io.openems.edge.core.cycle.CycleWorker
 
forever() - Method in class io.openems.edge.core.host.HostWorker
 
forever() - Method in class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
forever() - Method in class io.openems.edge.kostal.piko.core.impl.Worker
 
forever() - Method in class io.openems.edge.meter.discovergy.DiscovergyWorker
 
forever() - Method in class io.openems.edge.tesla.powerwall2.core.ReadWorker
 
forever() - Method in class io.openems.edge.timedata.rrd4j.RecordWorker
 
format() - Method in class com.dalsemi.onewire.application.file.OWFile
Format the Filesystem on the 1-Wire device provided in the constructor.
format() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Format the Filesystem on the 1-Wire device.
format(Object, OpenemsType) - Method in enum io.openems.common.channel.Unit
 
formatAsBaseUnit(Object, OpenemsType) - Method in enum io.openems.common.channel.Unit
 
free() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Free's this file descriptors system resources.
freePage(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
free the specified page as being un-used in the page bitmap
freePort() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Frees ownership of the selected port, if it is currently owned, back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
freePort() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Free ownership of the selected port if it is currently owned back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Frees ownership of the selected port, if it is currently owned, back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
freePort() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Free ownership of the selected port if it is currently owned back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Free ownership of the selected port if it is currently owned back to the system.
from(JsonrpcRequest) - Static method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
from(JsonObject) - Static method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
from(JsonrpcRequest) - Static method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
from(JsonObject) - Static method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
from(JsonrpcRequest) - Static method in class io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest
 
from(JsonrpcResponseSuccess, String, EdgeCache, boolean) - Static method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithSessionIdResponse
 
from(JsonrpcResponseSuccess) - Static method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
from(JsonObject) - Static method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
from(String) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcNotification
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcNotification
 
from(String) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
Parses the String to a GenericJsonrpcRequest.
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
Parses the JsonObject to a GenericJsonrpcRequest.
from(String) - Static method in class io.openems.common.jsonrpc.base.JsonrpcMessage
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.JsonrpcMessage
 
from(String) - Static method in class io.openems.common.jsonrpc.base.JsonrpcResponse
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.JsonrpcResponse
 
from(String) - Static method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
Parses the JSON-Object to a JSON-RPC Success Response.
from(JsonObject) - Static method in class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
from(JsonrpcNotification) - Static method in class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
from(JsonrpcNotification) - Static method in class io.openems.common.jsonrpc.notification.SystemLogNotification
 
from(JsonrpcNotification) - Static method in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
from(UUID, JsonObject) - Static method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.GetEdgeConfigRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
from(JsonArray) - Static method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
from(JsonObject) - Static method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
from(JsonrpcRequest) - Static method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
from(JsonArray) - Static method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
from(JsonrpcResponseSuccess) - Static method in class io.openems.common.jsonrpc.response.AuthenticatedRpcResponse
 
from(JsonObject) - Static method in class io.openems.common.session.User
 
from(AttributeDefinition, boolean) - Static method in class io.openems.common.types.EdgeConfig.Factory.Property
 
from(AbstractComponentConfig) - Static method in class io.openems.edge.common.test.DummyComponentContext
 
from(Configuration) - Static method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker.Config
 
from(JsonrpcRequest) - Static method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
from(JsonrpcRequest) - Static method in class io.openems.edge.core.host.GetNetworkConfigRequest
 
from(String, JsonObject) - Static method in class io.openems.edge.core.host.NetworkInterface
Parses a JsonObject to a NetworkInterface object.
from(JsonrpcRequest) - Static method in class io.openems.edge.core.host.SetNetworkConfigRequest
 
from(JsonrpcRequest) - Static method in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
from(JsonrpcRequest) - Static method in class io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest
 
from(JsonObject) - Static method in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
 
from(JsonrpcRequest) - Static method in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
from(JsonArray) - Static method in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Profile
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
Converts a 4-byte ByteBuffer to the the current OpenemsType.
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
Converts a 8-byte ByteBuffer to the current OpenemsType.
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
Converts a 2-byte ByteBuffer to the the current OpenemsType.
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.FloatDoublewordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.SignedDoublewordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.SignedQuadruplewordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.SignedWordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedDoublewordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedQuadruplewordElement
 
fromByteBuffer(ByteBuffer) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedWordElement
 
fromCode(int) - Static method in enum io.openems.common.exceptions.OpenemsError
Gets an OpenEMS-Error from its code.
fromConfig(Config) - Static method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
fromConfig(Config) - Static method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
fromHexToDezString(String) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
Return the decimal value of the given Hexadecimal value.
fromIgnoreId(String) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
Parses the String to a GenericJsonrpcRequest.
fromIgnoreId(JsonObject) - Static method in class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
Parses the JsonObject to a GenericJsonrpcRequest.
fromJson(JsonElement, String) - Static method in enum io.openems.common.channel.Level
Gets the Level from a JsonObject.
fromJson(JsonElement) - Static method in enum io.openems.common.channel.Level
Gets the Level from a JsonElement.
fromJson(String, JsonElement) - Static method in class io.openems.common.types.EdgeConfig.Component.Channel
Creates a Channel from JSON.
fromJson(String, JsonElement) - Static method in class io.openems.common.types.EdgeConfig.Component
Creates a Component from JSON.
fromJson(String, JsonElement) - Static method in class io.openems.common.types.EdgeConfig.Factory
Creates a Factory from JSON.
fromJson(JsonElement) - Static method in class io.openems.common.types.EdgeConfig.Factory.Property
Creates a Property from JSON.
fromJson(JsonObject) - Static method in class io.openems.common.types.EdgeConfig
Creates an EdgeConfig from a JSON Object.
fromJson(JsonElement) - Static method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
fromJson(JsonObject) - Static method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter.Location
 
fromJsonElement(Optional<JsonElement>, CheckedFunction<JsonElement, T>) - Static method in class io.openems.common.types.ConfigurationProperty
 
fromJsonObject(JsonObject) - Static method in class io.openems.common.types.SystemLog
Parses a JSON-Object to a SystemLog.
fromPaxLevel(PaxLevel) - Static method in enum io.openems.common.types.SystemLog.Level
Converts a PaxLevel to this Level via Syslog codes: org.apache.log4j.Level.
fromPaxLoggingEvent(PaxLoggingEvent) - Static method in class io.openems.common.jsonrpc.notification.SystemLogNotification
 
fromPaxLoggingEvent(PaxLoggingEvent) - Static method in class io.openems.common.types.SystemLog
Creates a SystemLog object from a PaxLoggingEvent.
fromStream(InputStream) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Configuration helper.
fromString(String) - Static method in class io.openems.common.types.ChannelAddress
Parses a string "Component-ID/Channel-ID" to a ChannelAddress.
fromString(String) - Static method in class io.openems.common.types.SemanticVersion
Creates an instance using a Version-String in the form MAJOR.MINOR.PATCH-ADDITIONAL, like "2019.2.1-SNAPSHOT".
fromString(String) - Static method in class io.openems.edge.core.host.NetworkInterface.Inet4AddressWithNetmask
Parse a string in the form "192.168.100.100/24" to an IPv4 address.
fromStringOrZero(String) - Static method in class io.openems.common.types.SemanticVersion
Creates an instance using a Version-String in the form MAJOR.MINOR.PATCH-ADDITIONAL, like "2019.2.1-SNAPSHOT".
fromValue(int) - Static method in enum io.openems.common.channel.Level
Gets the Level from an integer value.
fullBindCode - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
maintains a cache of the fullBindCode, for later binding of coprocessor.
FullCharge - Class in io.openems.edge.battery.soltaro.controller.state
 
FullCharge(ManagedSymmetricEss, Battery, int) - Constructor for class io.openems.edge.battery.soltaro.controller.state.FullCharge
 
Function - Enum in io.openems.backend.timedata.influx
 

G

GENERAL_STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of General Status Register
generalPurposeMemory - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Memory bank usage flags
generateChallenge(int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Generates a 3 byte random challenge in the iButton, sufficient to be used as a challenge to be answered by a User iButton.
generateChallenge(int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Generates a 3 byte random challenge in the iButton, sufficient to be used as a challenge to be answered by a User iButton.
generateModbusElement(Integer) - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
Generates a Modbus Element for the given point + startAddress.
GeneratorStatus - Enum in io.openems.edge.sma.enums
 
GenericJsonrpcNotification - Class in io.openems.common.jsonrpc.base
Represents a generic JSON-RPC Notification.
GenericJsonrpcNotification(String, JsonObject) - Constructor for class io.openems.common.jsonrpc.base.GenericJsonrpcNotification
 
GenericJsonrpcRequest - Class in io.openems.common.jsonrpc.base
Represents a generic JSON-RPC Request.
GenericJsonrpcRequest(UUID, String, JsonObject) - Constructor for class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
 
GenericJsonrpcResponseSuccess - Class in io.openems.common.jsonrpc.base
Represents a generic JSON-RPC Success Response.
GenericJsonrpcResponseSuccess(UUID) - Constructor for class io.openems.common.jsonrpc.base.GenericJsonrpcResponseSuccess
 
GenericJsonrpcResponseSuccess(UUID, JsonObject) - Constructor for class io.openems.common.jsonrpc.base.GenericJsonrpcResponseSuccess
 
GenericManagedSymmetricEss - Interface in io.openems.edge.ess.generic.symmetric
 
GenericManagedSymmetricEss.ChannelId - Enum in io.openems.edge.ess.generic.symmetric
 
GenericManagedSymmetricEssImpl - Class in io.openems.edge.ess.generic.symmetric
 
GenericManagedSymmetricEssImpl() - Constructor for class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
get() - Method in interface io.openems.common.exceptions.CheckedSupplier
 
get() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201
 
get() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202
 
get() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203
 
get() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S1
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S145
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S15
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S18
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S302
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S303
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S304
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S305
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S306
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S307
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S308
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64001
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64101
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S801
 
get() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802
 
get() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
The internal PointImpl object for easier handling in Enums.
get() - Method in class io.openems.edge.common.channel.value.Value
Gets the value or null
get24hPrediction() - Method in interface io.openems.edge.predictor.api.HourlyPredictor
Gives a prediction for the next 24 h; one value per hour.
get24hPrediction() - Method in class io.openems.edge.predictor.persistencemodel.AbstractPersistenceModelPredictor
 
getAbbreviation() - Method in enum io.openems.common.channel.AccessMode
 
getAbsoluteFile() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the absolute pathname string of this abstract pathname.
getAccessMode() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getAccessMode() - Method in interface io.openems.edge.common.channel.Doc
Gets the 'Access-Mode' information
getAccessMode() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
getAccessMode() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getAccessMode() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getAccessMode() - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
getAccessMode() - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
Gets the AccessMode.
getAccessMode() - Method in class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
getAccessMode() - Method in class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
getAccessMode() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
Gets the AccessMode.
getAccessMode() - Method in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
getAccessMode() - Method in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
getAccountFilename() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns the TMEX filename of the user's account data file.
getAccountPageNumber() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns the page number of the first memory page where account data is stored.
getAcCurrent() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getAcknowledge() - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC16WriteRegistersTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC1ReadCoilsTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC2ReadInputsTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC3ReadRegistersTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC4ReadInputRegistersTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC5WriteCoilTask
 
getActiondescription() - Method in class io.openems.edge.bridge.modbus.api.task.FC6WriteRegisterTask
 
getActiveChargeEnergy() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Active Charge Energy in [Wh].
getActiveChargeEnergyChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getActiveConsumptionEnergy() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Gets the Active Consumption Energy in [Wh], i.e.
getActiveConsumptionEnergy() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Active Consumption Energy in [Wh].
getActiveConsumptionEnergyChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getActiveConsumptionEnergyChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getActiveDischargeEnergy() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Active Discharge Energy in [Wh].
getActiveDischargeEnergyChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getActivePower() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Gets the Active Power in [W].
getActivePower() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Active Power in [W].
getActivePower() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Gets the Active Power in [W].
getActivePower() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Active Power in [W].
getActivePowerChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getActivePowerChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getActivePowerChannel() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Gets the Channel for ShellyPlug.ChannelId.ACTIVE_POWER.
getActivePowerChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getActivePowerExtrema(String, Phase, Pwr, GoalType) - Method in class io.openems.edge.ess.core.power.Solver
 
getActivePowerL1() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Active Power on L1 in [W].
getActivePowerL1() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Active Power on L1 in [W].
getActivePowerL1Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getActivePowerL1Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getActivePowerL2() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Active Power on L2 in [W].
getActivePowerL2() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Active Power on L2 in [W].
getActivePowerL2Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getActivePowerL2Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getActivePowerL3() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Active Power on L3 in [W].
getActivePowerL3() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Active Power on L3 in [W].
getActivePowerL3Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getActivePowerL3Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getActivePowerLimit() - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Gets the Active Power Limit in [W].
getActivePowerLimitChannel() - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
getActivePowerSetPoint() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
 
getActiveProductionEnergy() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Gets the Active Production Energy in [Wh], i.e.
getActiveProductionEnergy() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Active Production Energy in [Wh].
getActiveProductionEnergyChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getActiveProductionEnergyChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getActiveProductionEnergyL1Channel() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
getActiveProductionEnergyL2Channel() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
getActiveProductionEnergyL3Channel() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
getActualEnergy() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Gets the Actual Energy in [Wh].
getActualEnergyChannel() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
getActualPower() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Gets the Actual Power in [W].
getActualPowerChannel() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
getAcVoltage() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getADAlarm(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Reads the value of the specified A/D alarm on the specified channel.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Extracts the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Reads the value of the specified A/D alarm on the specified channel.
getADAlarmEnable(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Checks to see if the specified alarm on the specified channel is enabled.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Extracts the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if the specified alarm on the specified channel is enabled.
getAdapter() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the DSPortAdapter this device is searching
getAdapter() - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns DSPortAdapter the monitor was using when the event was generated
getAdapter() - Method in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
Returns DSPortAdapter the monitor was using when the event was generated
getAdapter() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieves the port adapter object used to create this container.
getAdapter(String, String) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Finds, opens, and verifies the specified adapter on the indicated port.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves the address of the adapter, if it has one.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve the address of the adapter if it has one.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the address of the adapter if it has one.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the address of the adapter if it has one.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Retrieves the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Retrieves the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getAdapterName() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the name of the port adapter as a string.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves the version of the adapter.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve the version of the adapter.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the version of the adapter.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the version of the adapter.
getADDeviceBitCount() - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Copies the 'current' 1-Wire device address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Copies the 'current' 1-Wire device address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Copies the 'current' 1-Wire device address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddress() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the 8 byte address of the OneWireContainer this SHAiButton refers to.
getAddress(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies the 8 byte address of the OneWireContainer into the provided array starting at the given offset.
getAddress(byte[], int, int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies the specified number of bytes from the address of the OneWireContainer into the provided array starting at the given offset.
getAddress() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns the 8 byte address of the OneWireContainer this SHAiButton refers to.
getAddress(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Copies the 8 byte address of the OneWireContainer into the provided array starting at the given offset.
getAddress(byte[], int, int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Copies the specified number of bytes from the address of the OneWireContainer into the provided array starting at the given offset.
getAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer
Gets the 1-Wire Network address of this device as an array of bytes.
getAddress() - Method in class io.openems.edge.common.test.AbstractComponentTest.ChannelValue
 
getAddress() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
getAddressAsLong() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets the 'current' 1-Wire device address being used by the adapter as a long.
getAddressAsLong() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets the 'current' 1-Wire device address being used by the adapter as a long.
getAddressAsLong() - Method in class com.dalsemi.onewire.container.OneWireContainer
Gets this device's 1-Wire Network address as a long.
getAddressAsLongAt(int) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the device address at the specified index as a primitive long.
getAddressAsString() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets the 'current' 1-Wire device address being used by the adapter as a String.
getAddressAsString() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets the 'current' 1-Wire device address being used by the adapter as a String.
getAddressAsString() - Method in class com.dalsemi.onewire.container.OneWireContainer
Gets this device's 1-Wire Network address as a String.
getAddressAsStringAt(int) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the device address at the specified index as a String.
getAddressAt(int) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the device address at the specified index as a byte array.
getAddresses() - Method in class io.openems.edge.core.host.NetworkInterface
 
getAddressesIncludingDefaults() - Method in class io.openems.edge.core.host.NetworkInterface
Gets the configured addresses including the default addresses if any.
getAddressOffset() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getAdministrationNumber() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getADRange(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Returns the currently selected range for the specified channel.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Extracts the input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the A/D input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the currently selected range for the specified channel.
getADRanges(int) - Method in interface com.dalsemi.onewire.container.ADContainer
Gets an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Queries to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets an array of available ranges for the specified A/D channel.
getADReferenceVoltage() - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
getADResolution(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Returns the currently selected resolution for the specified channel.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Extracts the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the A/D conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the currently selected resolution for the specified channel.
getADResolutions(int, double) - Method in interface com.dalsemi.onewire.container.ADContainer
Gets an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Queries to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets an array of available resolutions based on the specified range on the specified A/D channel.
getAdressOffsetForBattery() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getAdressOffsetForBattery() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getAdressOffsetForBattery() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getAdressOffsetForInverter() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getAdressOffsetForInverter() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getAdressOffsetForInverter() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getADVoltage(byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Reads the value of the voltages after a doADConvert(boolean[],byte[]) method call.
getADVoltage(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Reads the value of the voltages after a doADConvert(int,byte[]) method call.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Reads the voltage values.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Reads a channels voltage value.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to read the voltage values.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to read a channels voltage value.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads the voltage values.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads a channel voltage value.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Reads the value of the voltages after a doADConvert(boolean[],byte[]) method call.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Reads the value of the voltages after a doADConvert(int,byte[]) method call.
getAlarmHistory(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns an array containing the alarm log.
getAlarmStatus(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns true if the specified alarm has been triggered.
getAlarmTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the clock alarm time settings.
getAlias() - Method in class io.openems.common.types.EdgeConfig.Component
 
getAll() - Method in class io.openems.edge.ess.power.api.Coefficients
 
getAllAddresses() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns all addresses known by this monitor as an Enumeration of Long objects.
getAllComponents() - Method in interface io.openems.edge.common.component.ComponentManager
Gets all OpenEMS-Components.
getAllComponents() - Method in class io.openems.edge.common.test.DummyComponentManager
 
getAllComponents() - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
getAllDeviceContainers() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns an enumeration of OneWireContainer objects corresponding to all of the iButtons or 1-Wire devices found on the 1-Wire Network.
getAllDeviceContainers() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns an enumeration of OneWireContainer objects corresponding to all of the iButtons or 1-Wire devices found on the 1-Wire Network.
getAllEdges() - Method in interface io.openems.backend.metadata.api.Metadata
Gets all Edges.
getAllEdges() - Method in class io.openems.backend.metadata.dummy.Dummy
 
getAllEdges() - Method in class io.openems.backend.metadata.file.File
 
getAllEdges() - Method in class io.openems.backend.metadata.odoo.EdgeCache
Gets all Edges as an unmodifiable Collection.
getAllEdges() - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getAllowedChargePower() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the Allowed Charge Power in [W], range "<= 0".
getAllowedChargePowerChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getAllowedDischargePower() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the Allowed Discharge Power in [W], range "<= 0".
getAllowedDischargePowerChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getAllOWPathElements() - Method in class com.dalsemi.onewire.utils.OWPath
Get an enumeration of all of the 1-Wire path elements in this 1-Wire path.
getAllTasks(Priority) - Method in class io.openems.edge.common.taskmanager.TasksManager
Get all tasks with the given Priority.
getAllTasks() - Method in class io.openems.edge.common.taskmanager.TasksManager
Gets all Tasks.
getAllTasksBySourceId(Priority) - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Gets all Tasks with the given Priority by their Source-ID.
getAllTasksBySourceId() - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Gets all Tasks with by their Source-ID.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer01
 
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer02
 
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Retrieve the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Gets the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Gets any other possible names for this 1-Wire device.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer22
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Return the alternate Maxim Integrated Products part number or name.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer27
Get the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Retrieve the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns the alternate Maxim Integrated Products part number or name.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Retrieve the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Retrieves the alternate Maxim Integrated Products part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer43
Retrieve the alternate Maxim Integrated Products part numbers or names.
getApikey() - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
getApikey() - Method in class io.openems.backend.metadata.dummy.MyEdge
 
getApikey() - Method in class io.openems.backend.metadata.file.MyEdge
 
getApikey() - Method in class io.openems.backend.metadata.odoo.MyEdge
 
getApparentPower() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getApplyPowerFailed() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the Apply Power Failed State.
getApplyPowerFailedChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getAsBaseUnit(int) - Method in enum io.openems.common.channel.Unit
 
getAsBestType(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsBoolean(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsBoolean(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsBoolean(NamedNodeMap, String) - Static method in class io.openems.common.utils.XmlUtils
 
getAsBoolean(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsBooleanOrElse(NamedNodeMap, String, boolean) - Static method in class io.openems.common.utils.XmlUtils
 
getAsCommonUser(String) - Method in class io.openems.backend.metadata.api.BackendUser
Gets this User as the OpenEMS Common User for the given Edge-ID.
getAsEnum(Class<E>, JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsEnum(Class<E>, JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsEnum(Class<E>, NamedNodeMap, String) - Static method in class io.openems.common.utils.XmlUtils
 
getAsEnumOrElse(Class<E>, NamedNodeMap, String, E) - Static method in class io.openems.common.utils.XmlUtils
 
getAsFloat(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsFloat(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsHtml() - Method in class io.openems.common.types.EdgeConfigDiff
Formats the Diff as a HTML table.
getAsInet4Address(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsInt(ResultSet, Field.EdgeDevice) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Return the Field of the ResultSet.
getAsInt(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsInt(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsInt(NamedNodeMap, String) - Static method in class io.openems.common.utils.XmlUtils
 
getAsInteger(Object) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Return the Object type-safe as a Integer; or otherwise null.
getAsInteger(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsIntegerOrElse(ResultSet, Field.EdgeDevice, Integer) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Return the Field of the ResultSet; or default value on error.
getAsIntOrElse(NamedNodeMap, String, int) - Static method in class io.openems.common.utils.XmlUtils
 
getAsJson(OpenemsType, Object) - Static method in class io.openems.edge.common.type.TypeUtils
 
getAsJsonArray(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsJsonArray(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsJsonElement(Object) - Static method in class io.openems.common.utils.JsonUtils
 
getAsJsonObject(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsJsonObject(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsLong(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalBoolean(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalBoolean(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsOptionalEnum(Class<E>, JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalInet4Address(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalInt(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalInt(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalInteger(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsOptionalJsonArray(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalJsonObject(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalJsonObject(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalLong(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalString(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalString(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsOptionalString(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsOptionalUUID(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsPrimitive(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsPrimitive(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsProperties() - Method in class io.openems.edge.common.test.AbstractComponentConfig
Gets the configuration attributes in a format suitable for ConfigurationAdmin properties.
getAsString(Object) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Return the Object type-safe as a String; or otherwise as an empty String.
getAsString(ResultSet, Field) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Return the Field of the ResultSet.
getAsString(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsString(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsString(NamedNodeMap, String) - Static method in class io.openems.common.utils.XmlUtils
 
getAsString(Dictionary<String, Object>, String) - Static method in class io.openems.edge.core.componentmanager.DictionaryUtils
 
getAsStringArray(JsonArray) - Static method in class io.openems.common.utils.JsonUtils
Converts JSON Array to a String Array.
getAsStringOrElse(ResultSet, Field.EdgeDevice, String) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Return the Field of the ResultSet; or default value on error.
getAsStringOrElse(NamedNodeMap, String, String) - Static method in class io.openems.common.utils.XmlUtils
 
getAsText() - Method in class io.openems.common.types.EdgeConfigDiff
Formats the Diff as Text.
getAsType(Class<?>, JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsType(Optional<Class<?>>, JsonElement) - Static method in class io.openems.common.utils.JsonUtils
 
getAsType(OpenemsType, Object) - Static method in class io.openems.edge.common.type.TypeUtils
 
getAsUUID(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getAsZonedDateTime(JsonElement, String, ZoneId) - Static method in class io.openems.common.utils.JsonUtils
Takes a JSON in the form 'YYYY-MM-DD' and converts it to a ZonedDateTime with hour, minute and second set to zero.
getAttachment() - Method in class io.openems.edge.core.host.NetworkInterface
 
getAttributes() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getAuthenticationPageNumber() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the page number used by this coprocessor for storing system authentication secret and recreating user's authentication secret.
getAuthorizationCommand() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns a byte representing the appropriate authorization command for the coprocessor to use to authenticate this user.
getAuthorizationCommand() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Returns a byte representing the appropriate authorization command for the coprocessor to use to authenticate this user.
getAuthorizationCommand() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Returns a byte representing the appropriate authorization command for the coprocessor to use to authenticate this user.
getAuxilliaryData() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns a string representing the auxilliary data associated with this coprocessor's service.
getBankDescription() - Method in interface com.dalsemi.onewire.container.MemoryBank
Gets a string description of this memory bank.
getBankDescription() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see get a string description of the current memory bank.
getBaseUnit() - Method in enum io.openems.common.channel.Unit
 
getBattery() - Method in interface io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core
 
getBattery() - Method in class io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2CoreImpl
 
getBatteryConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getBatteryConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getBatteryConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getBatteryOverloadAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getBatteryOverloadAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getBatteryOverloadAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getBatterySocChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getBatterySohChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getBatteryTempChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getBaudRate() - Method in class com.dalsemi.onewire.adapter.SerialService
 
getBaudrate() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusSerial
Gets the Baudrate (e.g.
getBaudrate() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getBaudrate() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getBindCode() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns 7 byte binding code for finalizing secret installation on user buttons.
getBindCode(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies 7 byte binding code for finalizing secret installation on user buttons.
getBindData() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns 32 byte binding data for finalizing secret installation on user buttons.
getBindData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies 32 byte binding data for finalizing secret installation on user buttons.
getBit() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getBit() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets a bit from the 1-Wire Network.
getBitVector(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
getBitVector(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.FC1ReadCoilsTask
 
getBitVector(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.FC2ReadInputsTask
 
getBlock(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a block of data from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a block of data from the 1-Wire Network and write it into the provided array.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Get a block of data from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets a block of data from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets a block of data from the 1-Wire Network and write it into the provided array.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getBlock(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlockId() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecModel
Gets the SunSpec Block-ID as integer.
getBmsMaxCellTemperature() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getBmsMaxCellVoltage() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getBmsMinCellTemperature() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getBmsMinCellVoltage() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getBmsSoC() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getBooleanValue(int) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
getBranchAutoSearching() - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Indicates whether or not branches are automatically traversed.
getBranches() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets a vector of branches (to get to) the tagged device.
getBranches() - Method in class com.dalsemi.onewire.application.tag.TAGParser
Returns the vector of Branch TaggedDevice objects described in the TAG file.
getBuffer() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets this CommandAPDU apduBuffer.
getBundleContext() - Method in class io.openems.edge.common.test.DummyComponentContext
 
getBundleLocation() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getByte() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
getByte() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getByte() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets a byte from the 1-Wire Network.
getByte(int) - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the byte at the specified offset in the apduBuffer.
getByte(int) - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the byte value at the specified offset in apduBuffer.
getByte1() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
getByte2() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
getByteOrder() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
getBytes() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets a byte array of the buffered CommandAPDU.
getBytes() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets a byte array holding this ResponseAPDU apduBuffer.
getCalculatedPower(ManagedSymmetricEss, ProductionHourlyPredictor, ConsumptionHourlyPredictor, ComponentManager) - Method in class io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge
Calculates the charging power limit for the current cycle.
getCanonicalFile() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the canonical pathname string of this abstract pathname.
getCapacity() - Method in interface io.openems.edge.battery.api.Battery
Gets the Capacity in [Wh].
getCapacity() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Capacity in [Wh].
getCapacity_Wh() - Method in enum io.openems.edge.battery.soltaro.ModuleType
 
getCapacityChannel() - Method in interface io.openems.edge.battery.api.Battery
Gets the Channel for Battery.ChannelId.CAPACITY.
getCapacityChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Channel for SymmetricEss.ChannelId.CAPACITY.
getCategory() - Method in interface io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetail
 
getCategory() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailEnum
 
getCategory() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailOpenemsType
 
getCategory() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailState
 
getCCA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the current CCA value in mVHr.
getCcuState() - Method in class io.openems.edge.ess.mr.gridcon.StateMachine
Gets the CCUState of the MR internal State-Machine.
getChallenge(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the challenge of this device as an array of bytes.
getChangeCount() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getChangedValueOrNull() - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Gets the value as a JsonElement if it changed.
getChannel() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the channel for the tagged device as an int.
getChannel() - Method in class com.dalsemi.onewire.utils.OWPathElement
Get the channel number of this 1-Wire path element.
getChannel(String) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getChannel() - Method in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
getChannel(ChannelAddress) - Method in interface io.openems.edge.common.component.ComponentManager
Gets a Channel by its Channel-Address.
getChannelAddress() - Method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
getChannelAsString() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the channel for the tagged device as a String.
getChannelCacheEntries() - Method in class io.openems.backend.timedata.api.EdgeCache
 
getChannelCategory() - Method in interface io.openems.edge.common.channel.Doc
Gets the ChannelCategory of the Channel of this Doc.
getChannelCategory() - Method in class io.openems.edge.common.channel.EnumDoc
 
getChannelCategory() - Method in class io.openems.edge.common.channel.internal.OpenemsTypeDoc
 
getChannelCategory() - Method in class io.openems.edge.common.channel.StateChannelDoc
 
getChannelDataRecordsList() - Method in class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
 
getChannelDataRecordsList() - Method in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
getChannelDocTextPrefix() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
Gets the Channel-Doc Text Prefix for this Rack in the form "Rack X ".
getChannelId() - Method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
getChannelId() - Method in class io.openems.common.types.ChannelAddress
Gets the Channel-Id.
getChannelId() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
Gets the ChannelId for this Point.
getChannelId() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getChannelId() - Method in enum io.openems.edge.evcs.ocpp.common.OcppInformations
 
getChannelId() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
getChannelIdPrefix() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
Gets the Channel-ID Prefix for this Rack in the form "RACK_X_".
getChannelMask(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the information if the channel is masked for the Conditional Search.
getChannelMask(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the information if the channel is masked for the Conditional Search.
getChannelPolarity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the polarity of the channel for the Conditional Search.
getChannelPolarity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the polarity of the channel for the Conditional Search.
getChannels() - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
getChannels() - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
getChannels() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
getChannels() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
getChannels() - Method in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
getChannels() - Method in class io.openems.common.types.EdgeConfig.Component
 
getChannels() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getChannels() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getChannels() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getChannels() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getChannels() - Method in class io.openems.edge.wago.FieldbusModule
 
getChannelsOfCategory(ChannelCategory) - Method in class io.openems.common.types.EdgeConfig.Component
 
getChannelValue(ChannelAddress) - Method in class io.openems.backend.timedata.api.EdgeCache
 
getChannelValue(String, ChannelAddress) - Method in interface io.openems.backend.timedata.api.Timedata
Gets the latest value for the given ChannelAddress.
getChannelValue(String, ChannelAddress) - Method in class io.openems.backend.timedata.dummy.TimedataDummy
 
getChannelValue(String, ChannelAddress) - Method in class io.openems.backend.timedata.influx.Influx
 
getChannelValue(ChannelAddress) - Method in class io.openems.backend.uiwebsocket.impl.SubscribedChannelsWorker
 
getChannelValue(ChannelAddress) - Method in class io.openems.common.websocket.SubscribedChannelsWorker
 
getChannelValue(ChannelAddress) - Method in class io.openems.edge.controller.api.websocket.SubscribedChannelsWorker
 
getChargeMaxAmpereChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getChargeMaxCurrent() - Method in interface io.openems.edge.battery.api.Battery
Gets the Charge Max Current in [A].
getChargeMaxCurrentChannel() - Method in interface io.openems.edge.battery.api.Battery
getChargeMaxVoltage() - Method in interface io.openems.edge.battery.api.Battery
Gets the Charge Max Voltage in [V].
getChargeMaxVoltageChannel() - Method in interface io.openems.edge.battery.api.Battery
getChargeMaxVoltageChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getChargePower() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Charge Power in [W].
getChargePower() - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
getChargePowerChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.CHARGE_POWER.
getChargingstationCommunicationFailed() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Failed state channel for a failed communication to the EVCS.
getChargingstationCommunicationFailedChannel() - Method in interface io.openems.edge.evcs.api.Evcs
getChargingType() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Type of charging.
getChargingTypeChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.CHARGING_TYPE.
getCLA() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the CLA byte value.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Retrieves a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Retrieves a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getClassVersion() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a version string for this class.
getClock(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Extracts the Real-Time clock value in milliseconds.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Extracts the Real-Time clock value in milliseconds.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Extracts the Real-Time clock value in milliseconds.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Extracts the Real-Time clock value in milliseconds.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the readDevice() method.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Extracts the Real-Time clock value in milliseconds.
getClock() - Method in interface io.openems.edge.common.component.ClockProvider
Gets the Clock - real or mocked like TimeLeapClock.
getClock() - Method in interface io.openems.edge.common.component.ComponentManager
Gets the OpenEMS Clock - either the real system clock or a mocked clock for simulations.
getClock() - Method in class io.openems.edge.common.test.DummyComponentManager
 
getClock() - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
getClock() - Method in class io.openems.edge.simulator.app.SimulatorApp
 
getClockAlarm(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Extracts the clock alarm value for the Real-Time clock.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Extracts the clock alarm value for the Real-Time clock.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Extracts the clock alarm value for the Real-Time clock.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Extracts the clock alarm value for the Real-Time clock.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Alarm Value from the provided state data retrieved from the readDevice() method.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Extracts the clock alarm value for the Real-Time clock.
getClockResolution() - Method in interface com.dalsemi.onewire.container.ClockContainer
Gets the clock resolution in milliseconds.
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to get the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Query to get the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the clock resolution in milliseconds
getClusterName() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the cluster name for the tagged device.
getClusterStartStop() - Method in interface io.openems.edge.battery.soltaro.cluster.SoltaroCluster
getClusterStartStopChannel() - Method in interface io.openems.edge.battery.soltaro.cluster.SoltaroCluster
getCode() - Method in enum io.openems.common.exceptions.OpenemsError
 
getCode() - Method in exception io.openems.common.exceptions.OpenemsError.OpenemsNamedException
 
getCode() - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
getCoefficient(String, Phase, Pwr) - Method in class io.openems.edge.ess.core.power.Data
 
getCoefficient(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getCoefficient() - Method in class io.openems.edge.ess.power.api.LinearCoefficient
 
getCoefficient(ManagedSymmetricEss, Phase, Pwr) - Method in interface io.openems.edge.ess.power.api.Power
Gets the Coefficient singleton for a specific combination of ess, phase and pwr
getCoefficient(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.test.DummyPower
 
getCoefficients() - Method in class io.openems.edge.ess.core.power.Data
 
getCoefficients() - Method in class io.openems.edge.ess.power.api.Constraint
 
getCommand() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
getComment() - Method in class io.openems.backend.metadata.api.Edge
 
getCommonPreChargeControl() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Gets the common PreChargeControl.
getCommonPreChargeControl() - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
getCommunicationFailed() - Method in class io.openems.edge.onewire.thermometer.OneWireThermometer
Gets the Communication Failed Fault State.
getCommunicationFailedChannel() - Method in class io.openems.edge.onewire.thermometer.OneWireThermometer
getComponent(String) - Method in class io.openems.common.types.EdgeConfig
 
getComponent() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
getComponent() - Method in interface io.openems.edge.common.channel.Channel
Gets the OpenemsComponent this Channel belongs to.
getComponent() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
getComponent(String) - Method in interface io.openems.edge.common.component.ComponentManager
Gets a OpenEMS-Component by its Component-ID.
getComponent(String) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
Gets the Component.
getComponent() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
getComponentContext() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
getComponentContext() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns the ComponentContext.
getComponentContext() - Method in class io.openems.edge.common.test.DummyComponentManager
 
getComponentId() - Method in class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
getComponentId() - Method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
getComponentId() - Method in class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
getComponentId() - Method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
getComponentId() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
getComponentId() - Method in class io.openems.common.types.ChannelAddress
Gets the Component-ID.
getComponentId() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getComponentIdsByFactory(String) - Method in class io.openems.common.types.EdgeConfig
Get Component-IDs of Component instances by the given Factory.
getComponentInstance() - Method in class io.openems.edge.common.test.DummyComponentContext
 
getComponentManager() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
Gets the ComponentManager.
getComponentManager() - Method in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
getComponentManager() - Method in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
getComponentManager() - Method in class io.openems.edge.predictor.persistencemodel.AbstractPersistenceModelPredictor
 
getComponentManager() - Method in class io.openems.edge.predictor.persistencemodel.consumption.ConsumptionPredictor
 
getComponentManager() - Method in class io.openems.edge.predictor.persistencemodel.production.ProductionPredictor
 
getComponentManager() - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
getComponentManager() - Method in class io.openems.edge.simulator.datasource.csv.direct.CsvDatasourceDirect
 
getComponentManager() - Method in class io.openems.edge.simulator.datasource.csv.predefined.CsvDatasourcePredefined
 
getComponentManager() - Method in class io.openems.edge.simulator.datasource.single.direct.SingleDatasourceDirect
 
getComponents() - Method in class io.openems.common.types.EdgeConfig
 
getComponents() - Method in class io.openems.common.types.EdgeConfigDiff
 
getComponents(Configuration[]) - Static method in class io.openems.edge.controller.api.common.Utils
Converts the configuration of components to Json.
getComponentsByFactory(String) - Method in class io.openems.common.types.EdgeConfig
Get Component instances by the given Factory.
getComponentsImplementingNature(String) - Method in class io.openems.common.types.EdgeConfig
Get Component-IDs of Components that implement the given Nature.
getComponentsMeta(List<OpenemsComponent>) - Static method in class io.openems.edge.controller.api.common.Utils
Gets Meta information about active components.
getConfig() - Method in class io.openems.backend.metadata.api.Edge
 
getConfig() - Method in class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
getConfigNotActivated() - Method in interface io.openems.edge.common.component.ComponentManager
Gets the Config Not Activated Warning State.
getConfigNotActivatedChannel() - Method in interface io.openems.edge.common.component.ComponentManager
getConfiguration(String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
getConfiguration(String, String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
getConfiguredConnectorId() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getConfiguredConnectorId() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getConfiguredConnectorId() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getConfiguredMaximumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getConfiguredMaximumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getConfiguredMaximumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getConfiguredMinimumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getConfiguredMinimumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getConfiguredMinimumHardwarePower() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getConfiguredOcppId() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getConfiguredOcppId() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getConfiguredOcppId() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getConnections() - Method in class io.openems.common.websocket.AbstractWebsocketServer
 
getConstraints(String, Phase, double) - Method in class io.openems.edge.ess.core.power.ApparentPowerConstraintFactory
 
getConstraintsForAllInverters() - Method in class io.openems.edge.ess.core.power.Data
Gets Constraints for all Inverters.
getConstraintsForInverters(Collection<Inverter>) - Method in class io.openems.edge.ess.core.power.Data
Gets Constraints with the 'enabledInverters' only.
getConstraintsWithoutDisabledInverters(Collection<Inverter>) - Method in class io.openems.edge.ess.core.power.Data
Gets Constraints without the 'disabledInverters'.
getConsumptionActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Consumption Active Energy in [Wh].
getConsumptionActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getConsumptionActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Consumption Active Power in [W].
getConsumptionActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getConsumptionActivePowerL1() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Consumption Active Power on L1 in [W].
getConsumptionActivePowerL1Channel() - Method in interface io.openems.edge.common.sum.Sum
getConsumptionActivePowerL2() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Consumption Active Power on L2 in [W].
getConsumptionActivePowerL2Channel() - Method in interface io.openems.edge.common.sum.Sum
getConsumptionActivePowerL3() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Consumption Active Power on L3 in [W].
getConsumptionActivePowerL3Channel() - Method in interface io.openems.edge.common.sum.Sum
getConsumptionMaxActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Maximum Ever Consumption Active Power in [W].
getConsumptionMaxActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getContactorControl() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getContactorControlChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getContainer() - Method in class com.dalsemi.onewire.utils.OWPathElement
Get the 1-Wire container for this 1-Wire path element.
getContainerAt(int) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the OneWireContainer for the address at the specified index
getContainerReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns the read password used by this container to read the memory of the device.
getContainerReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the Read-Only password used by the API when reading from the device's memory.
getContainerReadOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Gets the Read-Only password used by the API when reading from the device's memory.
getContainerReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns the read/write password used by this container to read from and write to the memory of the device.
getContainerReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the Read/Write password used by the API when reading from or writing to the device's memory.
getContainerReadWritePassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Gets the Read/Write password used by the API when reading from or writing to the device's memory.
getContainerSecret(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the secret of this device as an array of bytes.
getContainerWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns the read/write password used by this container to read from and write to the memory of the device.
getContainerWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the Write-Only password used by the API when writing to the device's memory.
getContainerWriteOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Gets the Write-Only password used by the API when writing to the device's memory.
getContentAsInt(Node) - Static method in class io.openems.common.utils.XmlUtils
 
getContentAsString(Node) - Static method in class io.openems.common.utils.XmlUtils
 
getControlChannelAssociation(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks the channel association of the control pin.
getControlData(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks the control data value.
getControllers() - Method in class io.openems.edge.scheduler.allalphabetically.AllAlphabetically
 
getControllers() - Method in interface io.openems.edge.scheduler.api.Scheduler
Returns Controllers ordered by their current execution priority.
getControllers() - Method in class io.openems.edge.scheduler.daily.DailyScheduler
 
getControllers() - Method in class io.openems.edge.scheduler.fixedorder.FixedOrder
 
getCount() - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
getCount() - Method in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
getCount() - Method in enum io.openems.edge.ess.mr.gridcon.enums.InverterCount
 
getCurrent(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Get the instantaneous current.
getCurrent(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Gets the instantaneous current.
getCurrent() - Method in interface io.openems.edge.battery.api.Battery
Gets the Current in [mA].
getCurrent() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Current in [mA].
getCurrentChannel() - Method in interface io.openems.edge.battery.api.Battery
Gets the Channel for Battery.ChannelId.CURRENT.
getCurrentChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Channel for SymmetricMeter.ChannelId.CURRENT.
getCurrentL1() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Current on L1 in [mA].
getCurrentL1Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getCurrentL2() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Current on L2 in [mA].
getCurrentL2Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getCurrentL3() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Current on L3 in [mA].
getCurrentL3Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getCurrentRecord() - Method in class io.openems.edge.simulator.DataContainer
Gets the current record.
getCurrentScalingFactor() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getCurrentState() - Method in class io.openems.edge.battery.bydcommercial.statemachine.StateMachine
Gets the currently activate State.
getCurrentState() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Gets the Current State.
getCurrentState() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
getCurrentState() - Method in class io.openems.edge.common.statemachine.AbstractStateMachine
Gets the currently activate State.
getCurrentValue() - Method in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Profile
 
getCurrentWiperNumber(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Gets the currently selected wiper number.
getCurrentWiperNumber(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Gets the currently selected wiper number.
getCycleCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the power cycle count value.
getCycleCounterAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the cycle count Alarm Value.
getCycleTime() - Method in class io.openems.common.websocket.ClientReconnectorWorker
 
getCycleTime() - Method in class io.openems.common.worker.AbstractCycleWorker
 
getCycleTime() - Method in class io.openems.common.worker.AbstractImmediateWorker
 
getCycleTime() - Method in class io.openems.common.worker.AbstractWorker
Gets the cycleTime of this worker in [ms].
getCycleTime() - Method in interface io.openems.edge.common.cycle.Cycle
Gets the duration of one global OpenEMS Cycle in [ms].
getCycleTime() - Method in class io.openems.edge.common.test.DummyCycle
 
getCycleTime() - Method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
 
getCycleTime() - Method in class io.openems.edge.core.componentmanager.EdgeConfigWorker
 
getCycleTime() - Method in class io.openems.edge.core.componentmanager.OsgiValidateWorker
 
getCycleTime() - Method in class io.openems.edge.core.componentmanager.OutOfMemoryHeapDumpWorker
 
getCycleTime() - Method in class io.openems.edge.core.cycle.CycleImpl
 
getCycleTime() - Method in class io.openems.edge.core.cycle.CycleWorker
 
getCycleTime() - Method in class io.openems.edge.core.host.HostWorker
 
getCycleTime() - Method in class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
getCycleTimeIsTooShort() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Gets the Cycle-Time-is-too-short State.
getCycleTimeIsTooShortChannel() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
getData() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the data field of this ResponseAPDU.
getData() - Method in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
getData() - Method in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
getData() - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
getData() - Method in class io.openems.edge.simulator.datasource.csv.direct.CsvDatasourceDirect
 
getData() - Method in class io.openems.edge.simulator.datasource.csv.predefined.CsvDatasourcePredefined
 
getData() - Method in class io.openems.edge.simulator.datasource.single.direct.SingleDatasourceDirect
 
getDatabase() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getDatabase() - Method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
getDatabase() - Method in class io.openems.shared.influxdb.InfluxConnector
 
getDatabits() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusSerial
Gets the Databits (e.g.
getDatabits() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getDatabits() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getDataLogMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns instance of the memory bank representing this device's data log.
getdataRecordPosition() - Method in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
getDataType() - Method in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
getDCA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the value of the DCA in mVHr.
getDcChargeEnergy() - Method in interface io.openems.edge.ess.api.HybridEss
Gets the DC Charge Energy in [Wh].
getDcChargeEnergyChannel() - Method in interface io.openems.edge.ess.api.HybridEss
getDcDischargeEnergy() - Method in interface io.openems.edge.ess.api.HybridEss
Gets the DC Discharge Energy in [Wh].
getDcDischargeEnergyChannel() - Method in interface io.openems.edge.ess.api.HybridEss
getDcDischargePower() - Method in interface io.openems.edge.ess.api.HybridEss
Gets the DC Discharge Power in [W].
getDcDischargePowerChannel() - Method in interface io.openems.edge.ess.api.HybridEss
getDcVoltage() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getDebounce() - Method in class io.openems.edge.common.channel.StateChannelDoc
 
getDebounceMode() - Method in class io.openems.edge.common.channel.StateChannelDoc
 
getDebugMode() - Static method in class com.dalsemi.onewire.debug.Debug
Gets the debug printing mode for this application.
getDebugSetActivePower() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the last Active Power setpoint in [W].
getDebugSetActivePowerChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getDebugSetActivePowerL1() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Active Power setpoint on L1 in [W].
getDebugSetActivePowerL1Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDebugSetActivePowerL2() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Active Power setpoint on L2 in [W].
getDebugSetActivePowerL2Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDebugSetActivePowerL3() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Active Power setpoint on L3 in [W].
getDebugSetActivePowerL3Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDebugSetReactivePower() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the last Reactive Power setpoint in [var].
getDebugSetReactivePowerChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getDebugSetReactivePowerL1() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Reactive Power setpoint on L1 in [var].
getDebugSetReactivePowerL1Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDebugSetReactivePowerL2() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Reactive Power setpoint on L2 in [var].
getDebugSetReactivePowerL2Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDebugSetReactivePowerL3() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Gets the last Reactive Power setpoint on L3 in [var].
getDebugSetReactivePowerL3Channel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getDefaultAdapter() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Finds, opens, and verifies the default adapter and port.
getDefaultAdapterName() - Static method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get the default Adapter Name.
getDefaultConfigurationFailed() - Method in interface io.openems.edge.common.component.ComponentManager
Gets the Default Configuration Failed State.
getDefaultConfigurationFailedChannel() - Method in interface io.openems.edge.common.component.ComponentManager
getDefaultObjectiveFunction(Data) - Static method in class io.openems.edge.ess.core.power.Solver
Gets the linear objective function in the form 1*a + 1*b + 1*c + ...
getDefaultPolarity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
 
getDefaultPortName() - Static method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get the default Adapter Port name.
getDefaultValue() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieves a short description of the function of the 1-Wire device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer01
 
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer02
 
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieves a short description of the function of this OneWireContainer10 type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Gets a brief description of the functionality of this 1-Wire device.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer22
Retrieves a short description of the function of this OneWireContainer22 type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Return a short description of the function of this 1-Wire device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer27
Get a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieves a short description of the function of this OneWireContainer28 type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieves a short description of the function of this 1-Wire Device.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns a short description of the function of this 1-Wire device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets a short description of the function of this iButton or 1-Wire Device type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Retrieves a short description of the function of this device OneWireContainer42 type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer43
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class io.openems.common.types.EdgeConfig.Factory
 
getDescription() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
getDetail() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getDeviceConfigByte() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the Device Configuration Byte, which specifies whether or not this device is a DS1922, DS1923, or DS2422.
getDeviceContainer(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs a OneWireContainer object with a user supplied 1-Wire network address.
getDeviceContainer(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs a OneWireContainer object with a user supplied 1-Wire network address.
getDeviceContainer(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs a OneWireContainer object with a user supplied 1-Wire network address.
getDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs a OneWireContainer object using the current 1-Wire network address.
getDeviceContainer(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets the container from this adapter whose address matches the address of a container in the DumbAdapter's internal java.util.Vector.
getDeviceContainer(long) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets the container from this adapter whose address matches the address of a container in the DumbAdapter's internal java.util.Vector.
getDeviceContainer(String) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Gets the container from this adapter whose address matches the address of a container in the DumbAdapter's internal java.util.Vector.
getDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns a OneWireContainer object using the current 1-Wire network address.
getDeviceContainer(DSPortAdapter, byte[]) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OneWireContainer object of the device with the given address.
getDeviceContainer(DSPortAdapter, String) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OneWireContainer object of the device with the given address.
getDeviceContainer(DSPortAdapter, long) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OneWireContainer object of the device with the given address.
getDeviceContainer(DSPortAdapter, Long) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OneWireContainer object of the device with the given address.
getDeviceContainer() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the 1-Wire Container for the tagged device.
getDeviceCount() - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the number of devices associated with this event
getDevicePath(byte[]) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePath(String) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePath(long) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePath(Long) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePath(Long) - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
Returns the OWPath of the device with the given address.
getDevicePath(Long) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePath(Long) - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Returns the OWPath of the device with the given address.
getDevicePOR(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Detects if this device has seen a Power-On-Reset (POR).
getDeviceReadOnlyPasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the read only password has been enabled.
getDeviceReadOnlyPasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the device's Read-Only password has been enabled.
getDeviceReadOnlyPasswordEnable() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the device's Read-Only password has been enabled.
getDeviceReadWritePasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the read/write password has been enabled.
getDeviceReadWritePasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the device's Read/Write password has been enabled.
getDeviceReadWritePasswordEnable() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the device's Read/Write password has been enabled.
getDeviceSampleCount() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Reads the device and returns the total number of samples logged since the first power-on of this device.
getDeviceSampleCount(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the total number of samples logged since the first power-on of this device.
getDeviceSamplesCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Determines the total number of samples taken by this Thermocron.
getDeviceType() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the device type for the tagged device.
getDeviceWriteOnlyPasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the write only password has been enabled.
getDeviceWriteOnlyPasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the device's Write-Only password has been enabled.
getDeviceWriteOnlyPasswordEnable() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the device's Write-Only password has been enabled.
getDhcp() - Method in class io.openems.edge.core.host.NetworkInterface
 
getDigitalIn(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDigitalInCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDigitalInRange(int, int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDigitalOut(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDigitalOutCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDigitalOutRange(int, int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getDischargeMaxAmpereChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getDischargeMaxCurrent() - Method in interface io.openems.edge.battery.api.Battery
Gets the Discharge Max Current in [A].
getDischargeMaxCurrentChannel() - Method in interface io.openems.edge.battery.api.Battery
getDischargeMinVoltage() - Method in interface io.openems.edge.battery.api.Battery
Gets the Discharge Min Voltage in [V].
getDischargeMinVoltageChannel() - Method in interface io.openems.edge.battery.api.Battery
getDischargeMinVoltageChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getDisconnectTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the readDevice() method.
getDiskIsFull() - Method in class io.openems.edge.core.host.Host
Gets the Disk is Full Warning State.
getDiskIsFullChannel() - Method in class io.openems.edge.core.host.Host
Gets the Channel for Host.ChannelId.DISK_IS_FULL.
getDns() - Method in class io.openems.edge.core.host.NetworkInterface
 
getDoAlarmSearch() - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitor
See if Gets this monitor to search for alarming parts
getDuration() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
 
getEdge(Metadata) - Method in class io.openems.backend.edgewebsocket.impl.WsData
Gets the Edge.
getEdge(String) - Method in interface io.openems.backend.metadata.api.Metadata
Get an Edge by its unique Edge-ID.
getEdge(String) - Method in class io.openems.backend.metadata.dummy.Dummy
 
getEdge(String) - Method in class io.openems.backend.metadata.file.File
 
getEdge(String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getEdgeConfig() - Method in interface io.openems.edge.common.component.ComponentManager
Gets the complete configuration of this OpenEMS Edge.
getEdgeConfig() - Method in class io.openems.edge.common.test.DummyComponentManager
 
getEdgeConfig() - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
getEdgeConfig() - Method in class io.openems.edge.core.componentmanager.EdgeConfigWorker
Gets the EdgeConfig object; updates the cache if necessary and publishes a CONFIG_UPDATE event on update.
GetEdgeConfigRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'getEdgeConfig'.
GetEdgeConfigRequest() - Constructor for class io.openems.common.jsonrpc.request.GetEdgeConfigRequest
 
GetEdgeConfigRequest(UUID) - Constructor for class io.openems.common.jsonrpc.request.GetEdgeConfigRequest
 
GetEdgeConfigResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'getEdgeConfig'.
GetEdgeConfigResponse(EdgeConfig) - Constructor for class io.openems.common.jsonrpc.response.GetEdgeConfigResponse
 
GetEdgeConfigResponse(UUID, EdgeConfig) - Constructor for class io.openems.common.jsonrpc.response.GetEdgeConfigResponse
 
getEdgeForApikey(String) - Method in class io.openems.backend.metadata.odoo.EdgeCache
Gets an Edge from its Apikey.
getEdgeForApikey(String) - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
Gets the Edge for an API-Key, i.e.
getEdgeFromEdgeId(String) - Method in class io.openems.backend.metadata.odoo.EdgeCache
Gets an Edge from its Edge-ID.
getEdgeFromOdooId(int) - Method in class io.openems.backend.metadata.odoo.EdgeCache
Gets an Edge from its Odoo-ID.
getEdgeId() - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
getEdgeId() - Method in class io.openems.common.jsonrpc.notification.EdgeRpcNotification
 
getEdgeId() - Method in class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
getEdgeId() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
getEdgeIdForApikey(String) - Method in interface io.openems.backend.metadata.api.Metadata
Gets the Edge-ID for an API-Key, i.e.
getEdgeIdForApikey(String) - Method in class io.openems.backend.metadata.dummy.Dummy
 
getEdgeIdForApikey(String) - Method in class io.openems.backend.metadata.file.File
 
getEdgeIdForApikey(String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getEdgeIds() - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
getEdgeIds() - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
getEdgeMetadata(Role) - Static method in class io.openems.edge.controller.api.websocket.Utils
Gets the EdgeMetadata for one Edge.
getEdgeOrError(String) - Method in interface io.openems.backend.metadata.api.Metadata
Get an Edge by its unique Edge-ID.
getEdgeRole(String) - Method in class io.openems.backend.metadata.api.BackendUser
Gets the Role for a given Edge-ID.
getEdgeRoles() - Method in class io.openems.backend.metadata.api.BackendUser
Gets all Roles for Edge-IDs.
getEdges() - Method in class io.openems.backend.metadata.api.UserEdgesInfo
 
GetEdgesChannelsValuesRequest - Class in io.openems.backend.common.jsonrpc.request
Represents a JSON-RPC Request for 'getChannelsValues'.
GetEdgesChannelsValuesRequest() - Constructor for class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
GetEdgesChannelsValuesRequest(UUID) - Constructor for class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
GetEdgesChannelsValuesResponse - Class in io.openems.backend.common.jsonrpc.response
Represents a JSON-RPC Response for GetEdgesChannelsValuesRequest.
GetEdgesChannelsValuesResponse() - Constructor for class io.openems.backend.common.jsonrpc.response.GetEdgesChannelsValuesResponse
 
GetEdgesChannelsValuesResponse(UUID) - Constructor for class io.openems.backend.common.jsonrpc.response.GetEdgesChannelsValuesResponse
 
GetEdgesStatusRequest - Class in io.openems.backend.common.jsonrpc.request
Represents a JSON-RPC Request for 'getEdgesStatus'.
GetEdgesStatusRequest() - Constructor for class io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest
 
GetEdgesStatusRequest(UUID) - Constructor for class io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest
 
GetEdgesStatusResponse - Class in io.openems.backend.common.jsonrpc.response
Represents a JSON-RPC Response for GetEdgesStatusRequest.
GetEdgesStatusResponse(Map<String, GetEdgesStatusResponse.EdgeInfo>) - Constructor for class io.openems.backend.common.jsonrpc.response.GetEdgesStatusResponse
 
GetEdgesStatusResponse(UUID, Map<String, GetEdgesStatusResponse.EdgeInfo>) - Constructor for class io.openems.backend.common.jsonrpc.response.GetEdgesStatusResponse
 
GetEdgesStatusResponse.EdgeInfo - Class in io.openems.backend.common.jsonrpc.response
 
getElements() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getElements() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Gets the ModbusElements.
getElements() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
getEmptyCoefficients(Data) - Static method in class io.openems.edge.ess.core.power.Solver
Gets an empty coefficients array required for linear solver.
getEnabledComponents() - Method in interface io.openems.edge.common.component.ComponentManager
Gets all enabled OpenEMS-Components.
getEnabledComponents() - Method in class io.openems.edge.common.test.DummyComponentManager
 
getEnabledComponents() - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
getEncryptionCode() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns an integer representing the encryption code for this coprocessor.
getEndOfChargeTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the readDevice() method.
getEnergySession() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Energy that was charged during the current or last Session in [Wh].
getEnergySessionChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.ENERGY_SESSION.
getEnLimitChannel() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getError() - Method in exception io.openems.common.exceptions.OpenemsError.OpenemsNamedException
 
getErrorChannel() - Method in class io.openems.edge.ess.mr.gridcon.ErrorHandler
Gets the (first) active Error-Channel; or null if no Error is present.
getErrorDoc(int) - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
getEss() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
getEss(String) - Method in class io.openems.edge.ess.core.power.Data
 
getEss(String) - Method in class io.openems.edge.ess.core.power.PowerComponent
Gets the Ess component with the given ID.
getEssActiveChargeEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage Systems Active Charge Energy in [Wh].
getEssActiveChargeEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getEssActiveDischargeEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage Systems Active Discharge Energy in [Wh].
getEssActiveDischargeEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getEssActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Active Power in [W].
getEssActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_ACTIVE_POWER.
getEssActivePowerL1() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Active Power on L1 in [W].
getEssActivePowerL1Channel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_ACTIVE_POWER_L1.
getEssActivePowerL2() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Active Power on L2 in [W].
getEssActivePowerL2Channel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_ACTIVE_POWER_L2.
getEssActivePowerL3() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Active Power on L3 in [W].
getEssActivePowerL3Channel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_ACTIVE_POWER_L3.
getEssCapacity() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Capacity in [Wh].
getEssCapacityChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_CAPACITY.
getEssDischargePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage System Discharge Power [W].
getEssDischargePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_DISCHARGE_POWER.
getEssId() - Method in class io.openems.edge.ess.power.api.Coefficient
 
getEssId() - Method in class io.openems.edge.ess.power.api.Inverter
 
getEssIds() - Method in interface io.openems.edge.ess.api.MetaEss
Get the Component-IDs of energy storage systems that are handled by this MetaEss.
getEssIds() - Method in class io.openems.edge.ess.cluster.EssCluster
 
getEssIds() - Method in class io.openems.edge.ess.core.power.Data
 
getEssMaxApparentPower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Sum of all Energy Storage Systems Maximum Apparent Power in [Wh].
getEssMaxApparentPowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getEssSoc() - Method in interface io.openems.edge.common.sum.Sum
Gets the Average of all Energy Storage System State of Charge in [%], range 0..100 %.
getEssSocChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.ESS_SOC.
getEssType(String) - Method in class io.openems.edge.ess.core.power.PowerComponent
Gets the EssType for the given Ess-ID.
getEssType(ManagedSymmetricEss) - Static method in enum io.openems.edge.ess.power.api.EssType
 
getEventType() - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the event type (ARRIVAL | DEPARTURE)
getException() - Method in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
Returns the wrapped exception that was generated during a 1-Wire search.
getExecuteDuration() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getExecuteDuration() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Gets the execution duration of the last execution (successful or not not successful) in [ms].
getExecuteDuration() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
getExecutionDuration() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Gets the Execution Duration in [ms], see BridgeModbus.ChannelId.EXECUTION_DURATION.
getExecutionDurationChannel() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
getExistingConfigForId(String) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
Gets the ConfigAdmin Configuration for the OpenEMS Component with the given Component-ID.
getExistingRrdDb(ChannelAddress) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
Gets an existing RrdDb.
getExpectedInputClassname() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
getExpectedInputClassname() - Method in class io.openems.edge.bridge.modbus.api.task.FC1ReadCoilsTask
 
getExpectedInputClassname() - Method in class io.openems.edge.bridge.modbus.api.task.FC2ReadInputsTask
 
getExtraInfoDescription() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get a string description of what is contained in the Extra Informationed return when reading pages in the current memory bank.
getExtraInfoDescription() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Gets a string description of what is contained in the Extra Information returned when reading pages in this memory bank.
getExtraInfoLength() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get the length in bytes of extra information that is read when read a page in the current memory bank.
getExtraInfoLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Gets the length in bytes of extra information that is read when reading a page in this memory bank.
getFactories() - Method in class io.openems.common.types.EdgeConfig
 
getFactoryConfiguration(String, String, String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
getFactoryConfiguration(String, String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
getFactoryId() - Method in class io.openems.common.types.EdgeConfig.Component
 
getFactoryPid() - Method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
getFactoryPid() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getFD() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the OWFileDescriptor object that represents the connection to the actual file in the Filesystem being used by this OWFileInputStream.
getFD() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Returns the OWFileDescriptor object that represents the connection to the actual file in the Filesystem being used by this FileInputStream.
getFD() - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Returns the file descriptor associated with this stream.
getField() - Method in class io.openems.backend.metadata.odoo.odoo.FieldValue
 
getFieldFromHandshakeCookie(JsonObject, String) - Static method in interface io.openems.common.websocket.OnOpen
Get field from the 'cookie' field in the handshake.
getFieldNames(String) - Method in class io.openems.edge.meter.discovergy.DiscovergyApiClient
Returns the available measurement field names for the specified meter.
GetFieldNamesRequest - Class in io.openems.edge.meter.discovergy.jsonrpc
Represents a JSON-RPC Request for 'getMeters'.
GetFieldNamesRequest(String) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
GetFieldNamesRequest(UUID, String) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
GetFieldNamesResponse - Class in io.openems.edge.meter.discovergy.jsonrpc
Represents a JSON-RPC Response for 'getFieldNames'.
GetFieldNamesResponse(Set<Field>) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesResponse
 
GetFieldNamesResponse(UUID, Set<Field>) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesResponse
 
getFields() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesResponse
 
getFieldType() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
getFIFO(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFIFOByAddress(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFIFOCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFile(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFileByNumber(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFileCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getFilename(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies the filename (used for storing account data on user buttons) into the specified array starting at the specified offset.
getFilenameExt() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the extension of the filename used for storing account data on user buttons.
getFirstDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns a OneWireContainer object corresponding to the first iButton or 1-Wire device found on the 1-Wire Network.
getFirstDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns a OneWireContainer object corresponding to the first iButton or 1-Wire device found on the 1-Wire Network.
getFirstFreePage(boolean) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get the first free page from the page bitmap.
getFirstLogOffset(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Helps determine the times for values in a temperature log.
getFirstMeasurementTime() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getFirstSampleOffset(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the amount of time, in milliseconds, before the first sample occurred.
getFirstSampleOffset(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the amount of time, in milliseconds, before the first sample occurred.
getFlag(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the status of the specified flag from the specified register.
getFlag(int, byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the status of the specified flag from the specified register.
getFlag(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Checks the specified flag in the status/configuration register and returns its status as a boolean.
getFlag(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Checks the specified flag in the specified register.
getFlag(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the status of the specified flag from the specified register.
getFlag(int, byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the status of the specified flag from the specified register.
getFloatValue() - Method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
 
getFloatValue(int) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
getForceADResults() - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
getForceOverdrive() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Reports whether or not the container is forced into overdrive.
getFreeMemory() - Method in class com.dalsemi.onewire.application.file.OWFile
Gets the number of bytes available on this device for file and directory information.
getFreeMemory() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Gets the number of bytes available on this device for file and directory information.
getFrequency() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Frequency in [mHz].
getFrequencyChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getFromDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
getFromDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
getFromDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
getFullBindCode(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
This function creates the full 15-byte binding data for the coprocessor to use to recreate this user's secret on the copr's workspace page.
getFullBindCode(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
This function creates the full 15-byte binding data for the coprocessor to use to recreate this user's secret on the copr's workspace page.
getFullBindCode(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
This function creates the full 15-byte binding data for the coprocessor to use to recreate this user's secret on the copr's workspace page.
getFullSerialNumber() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getFunction() - Method in class io.openems.backend.timedata.influx.ChannelFormula
 
getGateway() - Method in class io.openems.edge.core.host.NetworkInterface
 
getGreaterPoint(Map<Float, Float>, float) - Static method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils
 
getGridActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Active Power in [W].
getGridActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.GRID_ACTIVE_POWER.
getGridActivePowerL1() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Active Power on L1 in [W].
getGridActivePowerL1Channel() - Method in interface io.openems.edge.common.sum.Sum
getGridActivePowerL2() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Active Power on L2 in [W].
getGridActivePowerL2Channel() - Method in interface io.openems.edge.common.sum.Sum
getGridActivePowerL3() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Active Power on L3 in [W].
getGridActivePowerL3Channel() - Method in interface io.openems.edge.common.sum.Sum
getGridActivePowerSetPoint() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Gets the Active Power Limit in [W].
getGridActivePowerSetPointChannel() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
getGridBuyActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Buy Active Energy in [Wh].
getGridBuyActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getGridMaxActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Maximum Ever Active Power in [W].
getGridMaxActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getGridMinActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Minimum Ever Active Power in [W].
getGridMinActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getGridMode() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Is the Battery-Inverter On-Grid? See SymmetricBatteryInverter.ChannelId.GRID_MODE.
getGridMode() - Method in interface io.openems.edge.common.sum.Sum
Gets the Overall GridMode of all Energy Storage Systems.
getGridMode() - Method in interface io.openems.edge.ess.api.SymmetricEss
Is the Energy Storage System On-Grid? See SymmetricEss.ChannelId.GRID_MODE.
getGridModeChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getGridModeChannel() - Method in interface io.openems.edge.common.sum.Sum
Gets the Channel for Sum.ChannelId.GRID_MODE.
getGridModeChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Channel for SymmetricEss.ChannelId.GRID_MODE.
getGridSellActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Grid Sell Active Energy in [Wh].
getGridSellActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getHandler(String) - Method in class io.openems.backend.timedata.influx.FieldTypeConflictHandler
Gets the handler for the given Field.
getHashCode() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Computes a hash code for this abstract pathname.
getHistogramBinWidth() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method returns the width of a histogram bin in degrees Celsius.
getHistogramLowTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Retrieves the lowest temperature of the first histogram bin in degrees Celsius.
getHost() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getHost() - Method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
getHumidity(byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Gets the humidity expressed as a percent value (0.0 to 100.0) of humidity.
getHumidity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Gets the humidity expressed as a percent value (0.0 to 100.0) of humidity.
getHumidity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the humidity expressed as a percent value (0.0 to 100.0) of humidity.
getHumidityAlarm(int, byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Gets the specified Humidity alarm value in percent from the state data retrieved from the readDevice() method.
getHumidityAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Gets the specified Humidity alarm value in percent from the state data retrieved from the readDevice() method.
getHumidityAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the specified Humidity alarm value in percent from the state data retrieved from the readDevice() method.
getHumidityAlarmResolution() - Method in interface com.dalsemi.onewire.container.HumidityContainer
Gets the Humidity alarm resolution in percent.
getHumidityAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Gets the Humidity alarm resolution in percent.
getHumidityAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the Humidity alarm resolution in percent.
getHumidityResolution(byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Gets the current Humidity resolution in percent from the state data retrieved from the readDevice() method.
getHumidityResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Gets the current Humidity resolution in percent from the state data retrieved from the readDevice() method.
getHumidityResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the current Humidity resolution in percent from the state data retrieved from the readDevice() method.
getHumidityResolutions() - Method in interface com.dalsemi.onewire.container.HumidityContainer
Get an array of available Humidity resolutions in percent humidity (0 to 100).
getHumidityResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Get an array of available Humidity resolutions in percent humidity (0 to 100).
getHumidityResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Get an array of available Humidity resolutions in percent humidity (0 to 100).
getICA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the current ICA value in mVHr.
getIcuEnabledAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getIcuEnabledAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getIcuEnabledAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getIcuRunAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getIcuRunstateAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getIcuRunstateAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getIcuRunstateAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getIcuSetPowerAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getIcuSetPowerAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getIcuSetPowerAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getId() - Method in class io.openems.backend.metadata.api.BackendUser
 
getId() - Method in class io.openems.backend.metadata.api.Edge
 
getId() - Method in class io.openems.common.jsonrpc.base.JsonrpcRequest
 
getId() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponse
 
getId() - Method in class io.openems.common.session.User
 
getId() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getId() - Method in class io.openems.common.types.EdgeConfig.Component
 
getId() - Method in class io.openems.common.types.EdgeConfig.Factory
 
getId() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
getIgnoreDisabledController() - Method in interface io.openems.edge.common.cycle.Cycle
Gets the Ignore Disabled Controller Info State.
getIgnoreDisabledControllerChannel() - Method in interface io.openems.edge.common.cycle.Cycle
getIn() - Method in class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
getIndex() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
getIndex() - Method in class io.openems.edge.ess.power.api.Coefficient
 
getInit() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the init (Initialization String) for the tagged device.
getInitialSignature() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the 20-byte initial signature used by this coprocessor for signing account data.
getInitialSignature(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies the 20-byte initial signature used by this coprocessor for signing account data into the specified array starting at the specified offset.
getInitialValue() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Gets the initial value.
getInputCoils() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getInputCoils() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getInputCoils() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getInputCoils() - Method in class io.openems.edge.wago.FieldbusModule
 
getInputElements() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getInputElements() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getInputElements() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getInputElements() - Method in class io.openems.edge.wago.FieldbusModule
 
getInputRegister(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
From here, the methods are not implemented!.
getInputRegisterCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getInputRegisterRange(int, int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getINS() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the INS byte value.
getInstance() - Static method in class io.openems.common.utils.SecureRandomSingleton
 
getIntegerFromUnsignedByte(int) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
getIntegerValue(int) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
getInterfaces() - Method in class io.openems.edge.core.host.NetworkConfiguration
 
getInternalMeters() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getInterruptInterval(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer27
Returns the interval, in seconds, that the device will interrupt on.
getIntervalTimer(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the Interval Timer Value in milliseconds.
getIntervalTimerAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the Interval Timer Alarm Value.
getInverterConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getInverterConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getInverterConnectedAddress() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getInverters() - Method in class io.openems.edge.ess.core.power.Data
 
getIpAddress() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusTcp
Gets the IP address.
getIpAddress() - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
getIpAddress() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getIsClustered() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Gets the Is true if the EVCS is in a EVCS-Cluster.
getIsClusteredChannel() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
getJsonRpcNotification(CurrentDataNotification) - Method in class io.openems.backend.uiwebsocket.impl.SubscribedChannelsWorker
 
getJsonRpcNotification(CurrentDataNotification) - Method in class io.openems.common.websocket.SubscribedChannelsWorker
 
getJsonRpcNotification(CurrentDataNotification) - Method in class io.openems.edge.controller.api.websocket.SubscribedChannelsWorker
 
getKeys() - Method in class io.openems.edge.simulator.app.SimulatorApp
 
getKeys() - Method in class io.openems.edge.simulator.DataContainer
Gets the available keys.
getKeys() - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
getKeys() - Method in interface io.openems.edge.simulator.datasource.api.SimulatorDatasource
Gets the available keys.
getLabel() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the label for the tagged device.
getLastActivePower() - Method in class io.openems.edge.ess.power.api.Inverter
 
getLastChargingProperty() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getLastCoprError() - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Returns the error code for the last error in the transaction process.
getLastError() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns error code matching last error encountered by the coprocessor.
getLastError() - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Returns the error code for the last error in the transaction process.
getLastMeasurementTime() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getLastMessageTimestamp() - Method in class io.openems.backend.metadata.api.Edge
 
getLastReading(String, Field...) - Method in class io.openems.edge.meter.discovergy.DiscovergyApiClient
Returns the last measurement for the specified meter.
getLastSmartOnDeviceDetect() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Gets flag that indicates if a device was present when doing the last smart on.
getLastUpdateTimestamp() - Method in class io.openems.backend.metadata.api.Edge
 
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks the latch state of the indicated channel.
getLatchState() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns the latch state of the Programmable Input/Ouput pin on the DS2760.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks the latch state of the indicated channel.
getLatchState(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks the latch state of the indicated channel.
getLatestValue(ChannelAddress) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
getLatestValue(ChannelAddress) - Method in class io.openems.edge.simulator.timedata.SimulatorTimedata
 
getLatestValue(ChannelAddress) - Method in interface io.openems.edge.timedata.api.Timedata
Gets the latest known value for the given ChannelAddress.
getLatestValue(ChannelAddress) - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
getLatestValue(ChannelAddress) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
getLC() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the length of data field (LC).
getLE() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the expected length of ResponseAPDU (LE).
getLength() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the length of the buffered CommandAPDU.
getLength() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the length of apduBuffer.
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.CoilElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.DummyCoilElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
 
getLength() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Number of Registers or Coils.
getLength() - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
getLength() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getLength() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable
 
getLength() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveTable
 
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks the sensed level on the indicated channel.
getLevel(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks the sensed level on the indicated channel.
getLevel() - Method in enum io.openems.common.session.Role
The Level of this Role.
getLevel() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailState
 
getLevel() - Method in class io.openems.edge.common.channel.StateChannel
Gets the Level of this StateChannel.
getLevel() - Method in class io.openems.edge.common.channel.StateChannelDoc
 
getLinkLocalAddressing() - Method in class io.openems.edge.core.host.NetworkInterface
 
getLoadProfileType() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getLocalPage(int) - Method in class com.dalsemi.onewire.application.file.OWFile
Get's the local page number on the memory bank object for the specified page.
getLocalPage(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get's the local page number on the memory bank object for the specified page.
getLocation() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getLogVerbosity() - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
getLogVerbosity(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
Combines the global and local (via AbstractTask.isDebug log verbosity.
getManufacturerId() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getMatchingElements(JsonElement, String...) - Static method in class io.openems.common.utils.JsonUtils
 
getMatchingOpenemsType() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
Gets the OpenemsType that matches this SunSpec-Type.
getMax() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the max string for the tagged device.
getMaxActivePower() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Maximum Ever Active Power in [W].
getMaxActivePowerChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getMaxActualPower() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Gets the Maximum Ever Actual Power in [W].
getMaxActualPowerChannel() - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
getMaxApparentPower() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Gets the Maximum Apparent Power in [VA], range ">= 0".
getMaxApparentPower() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Maximum Apparent Power in [VA], range ">= 0".
getMaxApparentPower() - Method in enum io.openems.edge.ess.mr.gridcon.enums.InverterCount
 
getMaxApparentPower() - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Gets the Maximum Apparent Power in [VA], range ">= 0".
getMaxApparentPowerChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getMaxApparentPowerChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getMaxApparentPowerChannel() - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
getMaxBatteryInverterStartAttemptsFault() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryInverterStartAttemptsFaultChannel() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryInverterStopAttemptsFault() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryInverterStopAttemptsFaultChannel() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryStartAttemptsFault() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryStartAttemptsFaultChannel() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryStopAttemptsFault() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxBatteryStopAttemptsFaultChannel() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
getMaxCellTemperature() - Method in interface io.openems.edge.battery.api.Battery
Gets the Maximum Cell Temperature in [degC].
getMaxCellTemperature() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Maximum Cell Temperature in [degC].
getMaxCellTemperatureChannel() - Method in interface io.openems.edge.battery.api.Battery
getMaxCellTemperatureChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getMaxCellVoltage() - Method in interface io.openems.edge.battery.api.Battery
Gets the Maximum Cell Voltage in [mV].
getMaxCellVoltage() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Maximum Cell Voltage in [mV].
getMaxCellVoltageChannel() - Method in interface io.openems.edge.battery.api.Battery
getMaxCellVoltageChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getMaxErrorCount() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Number of searches that an error occurs before listener's are notified
getMaximalCellTemperature() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getMaximalCellVoltage() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getMaximumHardwarePower() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Maximum Power valid by the hardware in [W].
getMaximumHardwarePowerChannel() - Method in interface io.openems.edge.evcs.api.Evcs
getMaximumPower() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Maximum Power valid by software in [W].
getMaximumPowerChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.MAXIMUM_POWER.
getMaximumPowerToDistribute() - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Maximum power to distribute.
getMaximumPowerToDistribute() - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
getMaximumPowerToDistribute() - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
getMaxPacketDataLength() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get Maximum data page length in bytes for a packet read or written in the current memory bank.
getMaxPacketDataLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Gets Maximum data page length in bytes for a packet read or written in this memory bank.
getMaxPower(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getMaxPower(ManagedSymmetricEss, Phase, Pwr) - Method in interface io.openems.edge.ess.power.api.Power
Gets the maximum possible Power under the active Constraints.
getMaxPower(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.test.DummyPower
 
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Returns the maximum speed this iButton device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Gets the maximum speed this 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the maximum speed this iButton device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Get the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Gets the maximum speed this 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns the maximum speed this iButton device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the maximum speed this iButton device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer43
Returns the maximum speed this iButton can communicate at.
getMaxStartAttempts() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getMaxStartAttempts() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
getMaxStartAttempts() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
getMaxStartAttempts() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
getMaxStartAttempts() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
getMaxStartAttempts() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
getMaxStartAttemptsChannel() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
getMaxStateCount() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
The number of searches that a button should be "missing" before it is removed.
getMaxStopAttempts() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getMaxStopAttempts() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
getMaxStopAttempts() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
getMaxStopAttempts() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
getMaxStopAttempts() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
getMaxStopAttempts() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
getMaxStopAttemptsChannel() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the maximum temperature in Celsius.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the maximum temperature in Celsius.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the maximum temperature in Celsius.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the maximum temperature in Celsius.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the maximum temperature in Celsius.
getMaxTemperature() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the maximum temperature in Celsius.
getmBusConnection() - Method in interface io.openems.edge.bridge.mbus.api.BridgeMbus
 
getmBusConnection() - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
getMeasuredCycleTime() - Method in interface io.openems.edge.common.cycle.Cycle
Gets the Measured Cycle Time in [ms].
getMeasuredCycleTimeChannel() - Method in interface io.openems.edge.common.cycle.Cycle
getMeasurementType() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getMemoryBankForPage(int) - Method in class com.dalsemi.onewire.application.file.OWFile
Get's the memory bank object for the specified page.
getMemoryBankForPage(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get's the memory bank object for the specified page.
getMemoryBankForPage(int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Returns the instance of the memory bank for a particular page
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer
Returns an Enumeration of MemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Gets an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer43
Get an enumeration of memory bank instances that implement one or more of the following interfaces: MemoryBank, PagedMemoryBank, and OTPMemoryBank.
getMessage(Object...) - Method in enum io.openems.common.exceptions.OpenemsError
 
getMessage() - Method in exception io.openems.edge.ess.power.api.PowerException
 
getMetadatas() - Method in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdNotification
 
getMetadatas() - Method in class io.openems.common.jsonrpc.response.AuthenticateWithPasswordResponse
 
getMeterId() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getMeterId() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
getMeters() - Method in class io.openems.edge.meter.discovergy.DiscovergyApiClient
Returns all meters that the user has access to.
GetMetersRequest - Class in io.openems.edge.meter.discovergy.jsonrpc
Represents a JSON-RPC Request for 'getMeters'.
GetMetersRequest() - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest
 
GetMetersRequest(UUID) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest
 
GetMetersResponse - Class in io.openems.edge.meter.discovergy.jsonrpc
Represents a JSON-RPC Response for 'getMeters'.
GetMetersResponse(JsonArray) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetMetersResponse
 
GetMetersResponse(UUID, JsonArray) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.GetMetersResponse
 
getMeterType() - Method in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
getMeterType() - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
getMeterType() - Method in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
getMeterType() - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
getMeterType() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
getMeterType() - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
getMeterType() - Method in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
getMeterType() - Method in class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
getMeterType() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the type of this Meter.
getMeterType() - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
getMeterType() - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
getMeterType() - Method in class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
getMeterType() - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
getMeterType() - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
getMeterType() - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
getMeterType() - Method in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
getMeterType() - Method in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
getMeterType() - Method in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
getMeterType() - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
getMeterType() - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
getMeterType() - Method in class io.openems.edge.meter.test.DummyAsymmetricMeter
 
getMeterType() - Method in class io.openems.edge.meter.test.DummySymmetricMeter
 
getMeterType() - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
getMeterType() - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
getMeterType() - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Gets the type of this Meter.
getMeterType() - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
getMeterType() - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
getMeterType() - Method in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
getMeterType() - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
getMeterType() - Method in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
getMeterType() - Method in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
getMeterType() - Method in class io.openems.edge.simulator.pvinverter.PvInverter
 
getMeterType() - Method in class io.openems.edge.solaredge.gridmeter.SolarEdgeGridMeter
 
getMethod() - Method in class io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
 
getMin() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the min string for the tagged device.
getMinActivePower() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Minimum Ever Active Power in [W].
getMinActivePowerChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getMinCellTemperature() - Method in interface io.openems.edge.battery.api.Battery
Gets the Minimal Cell Temperature in [degC].
getMinCellTemperature() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Minimal Cell Temperature in [degC].
getMinCellTemperatureChannel() - Method in interface io.openems.edge.battery.api.Battery
getMinCellTemperatureChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getMinCellVoltage() - Method in interface io.openems.edge.battery.api.Battery
Gets the Minimum Cell Voltage in [mV].
getMinCellVoltage() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Minimum Cell Voltage in [mV].
getMinCellVoltageChannel() - Method in interface io.openems.edge.battery.api.Battery
getMinCellVoltageChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getMinimalCellTemperature() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getMinimalCellVoltage() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getMinimalCellVoltage() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getMinimumChargePowerGuarantee() - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Guaranteed minimum charge power.
getMinimumChargePowerGuarantee() - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
getMinimumChargePowerGuarantee() - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
getMinimumHardwarePower() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Minimum Power valid by the hardware in [W].
getMinimumHardwarePowerChannel() - Method in interface io.openems.edge.evcs.api.Evcs
getMinimumPower() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Minimum Power valid by software in [W].
getMinimumPowerChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.MINIMUM_POWER.
getMinPower(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getMinPower(ManagedSymmetricEss, Phase, Pwr) - Method in interface io.openems.edge.ess.power.api.Power
Gets the minimum possible possible Power under the active Constraints.
getMinPower(ManagedSymmetricEss, Phase, Pwr) - Method in class io.openems.edge.ess.test.DummyPower
 
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the minimum temperature in Celsius.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the minimum temperature in Celsius.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the minimum temperature in Celsius.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the minimum temperature in Celsius.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the minimum temperature in Celsius.
getMinTemperature() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the minimum temperature in Celsius.
getMissionAlarm(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the threshold value which will trigger the alarm of the specified type on the specified channel.
getMissionAlarm(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the threshold value which will trigger the alarm of the specified type on the specified channel.
getMissionAlarmEnable(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if the alarm of the specified type has been enabled for the specified channel.
getMissionAlarmEnable(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the alarm of the specified type has been enabled for the specified channel.
getMissionChannelEnable(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if the specified mission channel is enabled, indicating that the channel's readings will be recorded in the mission log.
getMissionChannelEnable(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the specified mission channel is enabled, indicating that the channel's readings will be recorded in the mission log.
getMissionChannelEnable(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the specified mission channel is enabled, indicating that the channel's readings will be recorded in the mission log.
getMissionLabel(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns a default friendly label for each channel supported by this Missioning device.
getMissionLabel(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns a default friendly label for each channel supported by this Missioning device.
getMissionResolution(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the currently selected resolution for the specified channel.
getMissionResolution(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the currently selected resolution for the specified channel.
getMissionResolutions(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns all available resolutions for the specified mission channel.
getMissionResolutions(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns all available resolutions for the specified mission channel.
getMissionSample(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the value of each sample taken by the current mission.
getMissionSample(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the sample as degrees celsius if temperature channel is specified or as percent relative humidity if data channel is specified.
getMissionSampleAsInteger(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the sample as an integer value.
getMissionSampleAsInteger(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the sample as an integer value.
getMissionSampleCount(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the number of samples taken for the specified channel during the current mission.
getMissionSampleCount(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the number of samples available for the specified channel during the current mission.
getMissionSampleCountTotal(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the total number of samples taken for the specified channel during the current mission.
getMissionSampleCountTotal(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the total number of samples taken for the specified channel during the current mission.
getMissionSampleRate(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the amount of time, in seconds, between samples taken by this missioning device.
getMissionSampleRate(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the amount of time, in seconds, between samples taken by this missioning device.
getMissionSamplesCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Determines the number of samples taken on this mission.
getMissionSampleTimeStamp(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the time, in milliseconds, that each sample was taken by the current mission.
getMissionSampleTimeStamp(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the time, in milliseconds, that each sample was taken by the current mission.
getMissionTimeStamp(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns the time, in milliseconds, that the mission began.
getMissionTimeStamp(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the date and time that the last mission was started.
getMissionTimeStamp(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the time, in milliseconds, that the mission began.
getModbusBridgeId() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
getModbusBridgeId() - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
getModbusBridgeId() - Method in interface io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40
 
getModbusBridgeId() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
getModbusBridgeId() - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
getModbusBridgeId() - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
getModbusBridgeId() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
getModbusBridgeId() - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
getModbusBridgeId() - Method in interface io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverter
 
getModbusBridgeId() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
GetModbusProtocolExportXlsxRequest - Class in io.openems.edge.controller.api.modbus.jsonrpc
Exports the Modbus Protocol to an Excel (xlsx) file.
GetModbusProtocolExportXlsxRequest() - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxRequest
 
GetModbusProtocolExportXlsxRequest(UUID) - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxRequest
 
GetModbusProtocolExportXlsxResponse - Class in io.openems.edge.controller.api.modbus.jsonrpc
Represents a JSON-RPC Response for 'getModbusProtocolExportXlsx'.
GetModbusProtocolExportXlsxResponse(UUID, TreeMap<Integer, String>, TreeMap<Integer, ModbusRecord>) - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxResponse
 
GetModbusProtocolRequest - Class in io.openems.edge.controller.api.modbus.jsonrpc
Wraps a JSON-RPC Request to query the Modbus Protocol from Modbus/TCP Api-Controller.
GetModbusProtocolRequest() - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolRequest
 
GetModbusProtocolRequest(UUID) - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolRequest
 
GetModbusProtocolResponse - Class in io.openems.edge.controller.api.modbus.jsonrpc
Wraps a JSON-RPC Response to "getModbusProtocol" Request.
GetModbusProtocolResponse(UUID, TreeMap<Integer, ModbusRecord>) - Constructor for class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolResponse
 
getModbusRecords() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.battery.api.Battery
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.common.component.OpenemsComponent
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.common.sum.Sum
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.controller.api.Controller
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.ess.api.AsymmetricEss
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.ess.api.ManagedSymmetricEss
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.ess.api.SymmetricEss
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.evcs.api.Evcs
Returns the modbus table for this nature.
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.evcs.api.ManagedEvcs
Returns the modbus table for this nature.
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.evcs.api.SocEvcs
Returns the modbus table for this nature.
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.meter.api.AsymmetricMeter
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.meter.api.SinglePhaseMeter
 
getModbusSlaveNatureTable(AccessMode) - Static method in interface io.openems.edge.meter.api.SymmetricMeter
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
getModbusSlaveTable(AccessMode) - Method in interface io.openems.edge.common.meta.Meta
 
getModbusSlaveTable(AccessMode) - Method in interface io.openems.edge.common.modbusslave.ModbusSlave
Gets the Modbus-Slave-Table for this OpenEMS-Component.
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.controller.evcs.EvcsController
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.core.sum.SumImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.cluster.EssCluster
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.refu.RefuEss
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
getModbusSlaveTable(AccessMode) - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
getModbusTask() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
getModelType(int) - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecModelType
 
getMonitor() - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the monitor which generated this event
getMonitor() - Method in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
Returns the monitor which generated this event
getName() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieves the Maxim Integrated Products part number of the 1-Wire device as a String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer01
 
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer02
 
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieves the Maxim Integrated Products part number of this OneWireContainer10 as a String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Gets the name of this 1-Wire device.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer22
Retrieves the Maxim Integrated Products part number of this OneWireContainer22 as a String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Returns the Maxim Integrated Products part number of this 1-Wire device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer27
Get the Maxim Integrated Products part number of the iButton or 1-Wire Device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieves the Maxim Integrated Products part number of this OneWireContainer28 as a String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieves the Maxim Integrated Products part number of this 1-Wire device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Retrieve the Maxim Integrated Products part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns the Maxim Integrated Products part number of this 1-Wire device as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Retrieve the Maxim Integrated Products part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the Maxim Integrated Products part number of the iButton or 1-Wire Device as a java.lang.String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Retrieves the Maxim Integrated Products part number of this OneWireContainer42 as a String.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer43
Retrieve the Maxim Integrated Products part number of the iButton as a string.
getName() - Method in class io.openems.backend.common.component.AbstractOpenemsBackendComponent
A descriptive name for this component.
getName() - Method in class io.openems.backend.metadata.api.BackendUser
 
getName() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
getName() - Method in enum io.openems.common.channel.Level
 
getName() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
getName() - Method in class io.openems.common.session.User
 
getName() - Method in class io.openems.common.types.EdgeConfig.Factory
 
getName() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
getName() - Method in interface io.openems.common.types.OptionsEnum
Gets this enums String representation.
getName() - Method in class io.openems.common.websocket.AbstractWebsocket
Gets the internal name of this websocket client/server
getName() - Method in enum io.openems.edge.battery.bmw.enums.BmsState
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.BmsStateCommand
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits1
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits2
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.InfoBits
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.State
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits1
 
getName() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits2
 
getName() - Method in enum io.openems.edge.battery.bydcommercial.BatteryWorkState
 
getName() - Method in enum io.openems.edge.battery.bydcommercial.ClusterRunState
 
getName() - Method in enum io.openems.edge.battery.bydcommercial.PreChargeControl
 
getName() - Method in enum io.openems.edge.battery.bydcommercial.State
 
getName() - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
 
getName() - Method in enum io.openems.edge.battery.soltaro.ChargeIndication
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.ClusterStartStop
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RackUsage
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RunningState
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.ContactorControl
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.Enums.ClusterRunState
 
getName() - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.battery.soltaro.controller.State
 
getName() - Method in enum io.openems.edge.battery.soltaro.enums.EmsBaudrate
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ClusterRunState
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ContactorControl
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.AutoSetFunction
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ClusterRunState
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactExport
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorControl
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorState
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.FanStatus
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.PreContactorState
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ShortCircuitFunction
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.SystemRunMode
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.AutoSetFunction
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.ClusterRunState
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.PreChargeControl
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.Sleep
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.SystemReset
 
getName() - Method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.battery.soltaro.State
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.ErrorCode
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ControlMode
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201CurrentState
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ErrPcu
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201RequestedState
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPcu
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPu
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StVnd
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201VarParamEna
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201WParamEna
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202.S64202EnLimit
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203.S64203EmsErrCode
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204.S64204OffsetEna
 
getName() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.Conn
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.DerTyp
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Conn
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.DerTyp
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Event1
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.LocRemCtl
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OperatingState
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OutPFSetEna
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.PCSSetOperation
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VArPctEna
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VendorOperatingState
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.WMaxLimEna
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.Event1
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.LocRemCtl
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.OperatingState
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.OutPFSetEna
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.PCSSetOperation
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.VArPctEna
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.VendorOperatingState
 
getName() - Method in enum io.openems.edge.batteryinverter.refu88k.WMaxLimEna
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120_DERTyp
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ClcTotVA
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ConnPh
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_VArAct
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_ECPConn
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_PVConn
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_RtSt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StActCtl
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StorConn
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StSetLimMsk
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_Conn
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_OutPFSet_Ena
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Ena
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Mod
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_WMaxLim_Ena
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaGriSet
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaSt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_StorCtl_Mod
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_ModEna
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_SigType
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_HysEna
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_ModEna
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ArGraMod
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ModEna
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201_Evt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202_Evt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203_Evt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204_Evt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Ctl
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Evt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_St
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Alarm_email_en
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Log_mode
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_NTP_enable
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_SMTP_enable_SSL
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111_ChargerSt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_auto_restart
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_control
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_mode
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_polarity
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_state
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_grid_tie
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_MPPT_mode
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_max
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_width
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_temp_comp
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ChaSt
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Evt1
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_LocRemCtl
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ReqInvState
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetInvState
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetOp
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_State
 
getName() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Typ
 
getName() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getName() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getName() - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
getName() - Method in enum io.openems.edge.common.startstop.StartStop
 
getName() - Method in enum io.openems.edge.common.sum.GridMode
 
getName() - Method in enum io.openems.edge.controller.channelthreshold.State
 
getName() - Method in enum io.openems.edge.controller.chp.soc.Mode
 
getName() - Method in enum io.openems.edge.controller.chp.soc.State
 
getName() - Method in enum io.openems.edge.controller.ess.acisland.State
 
getName() - Method in enum io.openems.edge.controller.ess.delaycharge.State
 
getName() - Method in enum io.openems.edge.controller.ess.limittotaldischarge.State
 
getName() - Method in enum io.openems.edge.controller.ess.mindischargeperiod.State
 
getName() - Method in enum io.openems.edge.controller.ess.onefullcycle.CycleOrder
 
getName() - Method in enum io.openems.edge.controller.ess.onefullcycle.State
 
getName() - Method in enum io.openems.edge.controller.ess.predictivedelaycharge.State
 
getName() - Method in enum io.openems.edge.controller.evcs.ChargeMode
 
getName() - Method in enum io.openems.edge.controller.evcs.Priority
 
getName() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.Mode
 
getName() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.State
 
getName() - Method in enum io.openems.edge.controller.io.heatingelement.Level
 
getName() - Method in enum io.openems.edge.controller.timeslotpeakshaving.ChargeState
 
getName() - Method in class io.openems.edge.core.host.NetworkInterface
 
getName() - Method in enum io.openems.edge.ess.byd.container.BatteryStringWorkState
 
getName() - Method in enum io.openems.edge.ess.byd.container.SetSystemWorkstate
 
getName() - Method in enum io.openems.edge.ess.byd.container.SystemWorkmode
 
getName() - Method in enum io.openems.edge.ess.byd.container.SystemWorkstate
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryMaintenanceState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryStringSwitchState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkMode
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.ControlMode
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.InverterState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.SetWorkState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemManufacturer
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemState
 
getName() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemType
 
getName() - Method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
 
getName() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.CurrentState
 
getName() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.ErrorCode
 
getName() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.RequestedState
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStateMachine
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStatusMCU
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.ErrorHandler.State
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.GoingOffgridHandler.State
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.OngridHandler.State
 
getName() - Method in enum io.openems.edge.ess.mr.gridcon.StateMachine.State
 
getName() - Method in enum io.openems.edge.ess.power.api.SolverStrategy
 
getName() - Method in enum io.openems.edge.ess.refu.BatteryMode
 
getName() - Method in enum io.openems.edge.ess.refu.BatteryState
 
getName() - Method in enum io.openems.edge.ess.refu.DcdcStatus
 
getName() - Method in enum io.openems.edge.ess.refu.SetOperationMode
 
getName() - Method in enum io.openems.edge.ess.sinexcel.CurrentState
 
getName() - Method in enum io.openems.edge.ess.sinexcel.FalseTrue
 
getName() - Method in enum io.openems.edge.ess.streetscooter.InverterMode
 
getName() - Method in enum io.openems.edge.evcs.api.ChargingType
 
getName() - Method in enum io.openems.edge.evcs.api.Status
 
getName() - Method in enum io.openems.edge.evcs.keba.kecontact.Plug
 
getName() - Method in enum io.openems.edge.fenecon.dess.ess.BsmuWorkState
 
getName() - Method in enum io.openems.edge.fenecon.dess.ess.StackChargeState
 
getName() - Method in enum io.openems.edge.fenecon.dess.ess.SystemState
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.BatteryGroupState
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.ControlMode
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.PcsMode
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.SetupMode
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.SetWorkState
 
getName() - Method in enum io.openems.edge.fenecon.mini.ess.SystemState
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.BatteryGroupState
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.ControlMode
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.PcsMode
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.PcsOperationState
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.SetupMode
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.SetWorkState
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.SystemState
 
getName() - Method in enum io.openems.edge.fenecon.pro.ess.WorkMode
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.AppModeIndex
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.BatteryMode
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.GridMode
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.LoadMode
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.MeterCommunicateStatus
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectCheckFlag
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectStatus
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.OperationMode
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.OutputTypeAC
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.PowerModeEms
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.SafetyCountry
 
getName() - Method in enum io.openems.edge.goodwe.et.ess.WorkMode
 
getName() - Method in enum io.openems.edge.kostal.piko.core.api.BatteryCurrentDirection
 
getName() - Method in enum io.openems.edge.meter.weidmueller.RotationField
 
getName() - Method in enum io.openems.edge.pvinverter.solarlog.PLimitType
 
getName() - Method in enum io.openems.edge.pvinverter.solarlog.Status
 
getName() - Method in enum io.openems.edge.sma.enums.AbsorptionPhaseActive
 
getName() - Method in enum io.openems.edge.sma.enums.AcknowledgeGeneratorErrors
 
getName() - Method in enum io.openems.edge.sma.enums.ActiveBatteryChargingMode
 
getName() - Method in enum io.openems.edge.sma.enums.AutomaticFrequencySynchronization
 
getName() - Method in enum io.openems.edge.sma.enums.AutomaticGeneratorStart
 
getName() - Method in enum io.openems.edge.sma.enums.BatteryType
 
getName() - Method in enum io.openems.edge.sma.enums.BMSOperatingMode
 
getName() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiEndPoint
 
getName() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiStartingPoint
 
getName() - Method in enum io.openems.edge.sma.enums.ControlOfBatteryChargingViaCommunicationAvailable
 
getName() - Method in enum io.openems.edge.sma.enums.DataTransferRateOfNetworkTerminalA
 
getName() - Method in enum io.openems.edge.sma.enums.DuplexModeOfNetworkTerminalA
 
getName() - Method in enum io.openems.edge.sma.enums.GeneratorStatus
 
getName() - Method in enum io.openems.edge.sma.enums.GridCreatingGenerator
 
getName() - Method in enum io.openems.edge.sma.enums.GridRequestViaChargeType
 
getName() - Method in enum io.openems.edge.sma.enums.GridRequestViPowerSwitchOn
 
getName() - Method in enum io.openems.edge.sma.enums.ManualControlOfNetworkConnection
 
getName() - Method in enum io.openems.edge.sma.enums.ManualEqualizationCharge
 
getName() - Method in enum io.openems.edge.sma.enums.ManualGeneratorStart
 
getName() - Method in enum io.openems.edge.sma.enums.MemoryCardStatus
 
getName() - Method in enum io.openems.edge.sma.enums.MeterSetting
 
getName() - Method in enum io.openems.edge.sma.enums.MultifunctionRelayStatus
 
getName() - Method in enum io.openems.edge.sma.enums.OperatingModeForActivePowerLimitation
 
getName() - Method in enum io.openems.edge.sma.enums.OperatingModeOfActivePowerLimitationAtOverFrequency
 
getName() - Method in enum io.openems.edge.sma.enums.PowerFeedbackToPublicGridAllowed
 
getName() - Method in enum io.openems.edge.sma.enums.PowerSupplyStatus
 
getName() - Method in enum io.openems.edge.sma.enums.PvMainsConnection
 
getName() - Method in enum io.openems.edge.sma.enums.ReasonForGeneratorRequest
 
getName() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheControlledInverter
 
getName() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheTimeControlledGeneratorOperation
 
getName() - Method in enum io.openems.edge.sma.enums.RiseInSelfConsumptionSwitchedOn
 
getName() - Method in enum io.openems.edge.sma.enums.SetControlMode
 
getName() - Method in enum io.openems.edge.sma.enums.SpeedWireConnectionStatusOfNetworkTerminalA
 
getName() - Method in enum io.openems.edge.sma.enums.StatusBatteryApplicationArea
 
getName() - Method in enum io.openems.edge.sma.enums.StatusDigitalInput
 
getName() - Method in enum io.openems.edge.sma.enums.StatusOfUtilityGrid
 
getName() - Method in enum io.openems.edge.sma.enums.SystemState
 
getName() - Method in enum io.openems.edge.sma.enums.TimeControlledGeneratorOperation
 
getName() - Method in enum io.openems.edge.sma.enums.TimeControlledInverterOperation
 
getName() - Method in enum io.openems.edge.sma.enums.TypeOfACSubdistribution
 
getName() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getName() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getName() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getName() - Method in class io.openems.edge.wago.FieldbusModule
 
getNature() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable
 
getNatureIds() - Method in class io.openems.common.types.EdgeConfig.Factory
 
getNatureTables() - Method in class io.openems.edge.common.modbusslave.ModbusSlaveTable
 
GetNetworkConfigRequest - Class in io.openems.edge.core.host
Gets the current network configuration.
GetNetworkConfigRequest() - Constructor for class io.openems.edge.core.host.GetNetworkConfigRequest
 
GetNetworkConfigRequest(UUID) - Constructor for class io.openems.edge.core.host.GetNetworkConfigRequest
 
GetNetworkConfigResponse - Class in io.openems.edge.core.host
JSON-RPC Response to "getNetworkConfig" Request.
GetNetworkConfigResponse(UUID, NetworkConfiguration) - Constructor for class io.openems.edge.core.host.GetNetworkConfigResponse
 
getNetworkConfiguration() - Method in interface io.openems.edge.core.host.OperatingSystem
Gets the network configuration.
getNetworkConfiguration() - Method in class io.openems.edge.core.host.OperatingSystemDebianSystemd
Gets the current network configuration for systemd-networkd.
getNetworkInterface() - Method in class io.openems.edge.core.host.SetNetworkConfigRequest
 
getNew() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff.OldNewProperty
 
getNewModbusTransaction() - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Creates a new Modbus Transaction on an open Modbus connection.
getNewModbusTransaction() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getNewModbusTransaction() - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
getNextDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns a OneWireContainer object corresponding to the next iButton or 1-Wire device found.
getNextDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Returns a OneWireContainer object corresponding to the next iButton or 1-Wire device found.
getNextFreePage(boolean) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get the next free page from the page bitmap.
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.ErrorHandling
 
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.GoConfiguration
 
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.GoRunning
 
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.GoStopped
 
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.Running
 
getNextState(StateMachine.Context) - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
Holds the main logic of StateMachine State.
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.State.Handler
Holds the main logic of StateMachine State.
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.Stopped
 
getNextState(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.Undefined
 
getNextState() - Method in interface io.openems.edge.battery.soltaro.controller.IState
Depending on the circumstances the next state according to the state machine is returned.
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.Check
 
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.ForceCharge
 
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.FullCharge
 
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.Limit
 
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.Normal
 
getNextState() - Method in class io.openems.edge.battery.soltaro.controller.state.Undefined
 
getNextTasks() - Method in class io.openems.edge.common.taskmanager.TasksManager
Gets the next Tasks.
getNextValue() - Method in interface io.openems.edge.common.channel.Channel
Gets the 'next value'.
getNextValue() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
getNextWriteValue() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
getNextWriteValue() - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
getNextWriteValue() - Method in class io.openems.edge.bridge.modbus.api.element.CoilElement
 
getNextWriteValue() - Method in class io.openems.edge.bridge.modbus.api.element.DummyCoilElement
 
getNextWriteValue() - Method in class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
 
getNextWriteValue() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusCoilElement
 
getNextWriteValue() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusRegisterElement
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.BooleanWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.DoubleWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.EnumWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.FloatWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.IntegerWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.LongWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.ShortWriteChannel
 
getNextWriteValue() - Method in class io.openems.edge.common.channel.StringWriteChannel
 
getNextWriteValue() - Method in interface io.openems.edge.common.channel.WriteChannel
Gets the next write value.
getNextWriteValueAndReset() - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
Gets the next write value from all Bits and resets them.
getNextWriteValueAndReset() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusCoilElement
Gets the next write value and resets it.
getNextWriteValueAndReset() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusRegisterElement
Gets the next write value and resets it.
getNextWriteValueAndReset() - Method in interface io.openems.edge.common.channel.WriteChannel
Gets the next write value and resets it.
getNilUuid() - Static method in class io.openems.common.utils.UuidUtils
Create a 'Nil' UUID: "00000000-0000-0000-0000-000000000000".
getNoActiveSetpoint() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Gets the Run-Failed State.
getNoActiveSetpointChannel() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
getNoOfCoefficients() - Method in class io.openems.edge.ess.power.api.Coefficients
 
getNotSolvedChannel() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getNumberADChannels() - Method in interface com.dalsemi.onewire.container.ADContainer
Gets the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Queries to get the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get the number of channels supported by this A/D device.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the number of channels supported by this A/D.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to get the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Gets the number of channels supported by this switch.
getNumberMissionChannels() - Method in interface com.dalsemi.onewire.container.MissionContainer
Gets the number of channels supported by this Missioning device.
getNumberMissionChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the number of channels supported by this Missioning device.
getNumberPages() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get the number of pages in current memory bank.
getNumberPages() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Gets the number of pages in this memory bank.
getOcppValue() - Method in enum io.openems.edge.evcs.ocpp.common.OcppInformations
 
getOdooHandler() - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getOdooId() - Method in class io.openems.backend.metadata.odoo.MyEdge
 
getOdooId() - Method in class io.openems.backend.metadata.odoo.MyUser
 
getOffset() - Method in enum io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory.Type
 
getOffset() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getOffset() - Method in class io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger
 
getOffset() - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger1
 
getOffset() - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger2
 
getOld() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff.OldNewProperty
 
getOnClose() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
getOnClose() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
getOnClose() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
getOnClose() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for websocket OnClose event
getOnClose() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
getOnClose() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
getOnError() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
getOnError() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
getOnError() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
getOnError() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for websocket error
getOnError() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
getOnError() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
getOneTask(Priority) - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Gets one task that with the given Priority sequentially.
getOneTask() - Method in class io.openems.edge.common.taskmanager.TasksManager
Gets tasks sequentially.
getOneTask(Priority) - Method in class io.openems.edge.common.taskmanager.TasksManager
Gets one task that is lower than the given Priority sequentially.
getOneWireContainer() - Method in class com.dalsemi.onewire.application.file.OWFile
Gets the OneWireContainer that this File resides on.
getOneWireContainers() - Method in class com.dalsemi.onewire.application.file.OWFile
Gets the OneWireContainer(s) that this File resides on.
getOneWireContainers() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Gets the OneWireContainers that represent this Filesystem.
getOngridHandler() - Method in class io.openems.edge.ess.mr.gridcon.StateMachine
 
getOnInitCallbacks() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Gets the callbacks for initialization of the actual Channel
getOnInternalError() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for internal error
getOnInternalError() - Method in class io.openems.common.websocket.AbstractWebsocketClient
 
getOnInternalError() - Method in class io.openems.common.websocket.AbstractWebsocketServer
 
getOnNotification() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
getOnNotification() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
getOnNotification() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
getOnNotification() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for JSON-RPC notification
getOnNotification() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
getOnNotification() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
getOnOpen() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
getOnOpen() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
getOnOpen() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
getOnOpen() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for websocket OnOpen event
getOnOpen() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
getOnOpen() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
getOnRequest() - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
getOnRequest() - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
getOnRequest() - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
getOnRequest() - Method in class io.openems.common.websocket.AbstractWebsocket
Callback for JSON-RPC request
getOnRequest() - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
getOnRequest() - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.BooleanWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.DoubleWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.EnumWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.FloatWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.IntegerWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.LongWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.ShortWriteChannel
 
getOnSetNextWrites() - Method in class io.openems.edge.common.channel.StringWriteChannel
 
getOnSetNextWrites() - Method in interface io.openems.edge.common.channel.WriteChannel
 
getOpenemsDataDir() - Static method in class io.openems.common.OpenemsConstants
Gets the path of the OpenEMS Data Directory, configured by "openems.data.dir" command line parameter.
getOpenemsError() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
getOperatingRangeHighTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method returns the high temperature of the thermochron's operating temperature range.
getOperatingRangeLowTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method returns the low temperature of the thermochron's operating temperature range.
getOperatingState() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getOption(Integer) - Method in class io.openems.edge.common.channel.EnumDoc
Gets the OptionsEnum from the integer value.
getOptionalSubElement(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getOptionFromString(String) - Method in class io.openems.edge.common.channel.EnumDoc
Gets the Option from a String.
getOptions() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailEnum
 
getOptions() - Method in class io.openems.edge.common.channel.EnumDoc
 
getOptionString(Integer) - Method in class io.openems.edge.common.channel.EnumDoc
Gets the name of the Option or 'UNDEFINED' if there is no option with that value
getOptionValueFromString(String) - Method in class io.openems.edge.common.channel.EnumDoc
Gets the Option value from a String.
getOrError() - Method in class io.openems.edge.common.channel.value.Value
Gets the value or throws an Exception on null
getOut() - Method in class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
getOutputCoils() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getOutputCoils() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getOutputCoils() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getOutputCoils() - Method in class io.openems.edge.wago.FieldbusModule
 
getOutputElements() - Method in class io.openems.edge.wago.Fieldbus4xxDI
 
getOutputElements() - Method in class io.openems.edge.wago.Fieldbus523RO1Ch
 
getOutputElements() - Method in class io.openems.edge.wago.Fieldbus5xxDO
 
getOutputElements() - Method in class io.openems.edge.wago.FieldbusModule
 
getOutputState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Detects if the output is enabled for the specified channel from the provided register buffer.
getOWPath() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Gets the OWPath for the tagged device.
getOWPaths() - Method in class com.dalsemi.onewire.application.tag.TAGParser
Returns the vector of OWPath objects discovered through parsing the XML file.
getP1() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the first parameter (P1) byte value.
getP2() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the second parameter (P2) byte value.
getPageLength() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get page length in bytes in current memory bank.
getPageLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Gets raw page length in bytes in this memory bank.
getPageList() - Method in class com.dalsemi.onewire.application.file.OWFile
Get's an array of integers that represents the page list of the file or directory represented by this OWFile.
getPageList() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get's an array of integers that represents the page list of the file or directory represented by this OWFile.
getParameter(int) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Retrieves the value of a particular parameter for this debit transaction.
getParameter(int) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Retrieves the value of a particular parameter for this debit transaction.
getParameter(int) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Retrieves the value of a particular parameter for this debit transaction.
getParameter(int, byte[], int, int) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Retrieves the value of a particular parameter for this debit transaction.
getParameter(int) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Retrieves the value of a particular parameter for this transaction.
getParams() - Method in class io.openems.backend.b2bwebsocket.jsonrpc.notification.EdgesCurrentDataNotification
 
getParams() - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
getParams() - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
getParams() - Method in class io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest
 
getParams() - Method in class io.openems.backend.metadata.odoo.odoo.EmptyRequest
 
getParams() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordRequest
 
getParams() - Method in exception io.openems.common.exceptions.OpenemsError.OpenemsNamedException
 
getParams() - Method in class io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
 
getParams() - Method in class io.openems.common.jsonrpc.base.DeprecatedJsonrpcNotification
 
getParams() - Method in class io.openems.common.jsonrpc.base.GenericJsonrpcNotification
 
getParams() - Method in class io.openems.common.jsonrpc.base.GenericJsonrpcRequest
 
getParams() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
getParams() - Method in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdFailedNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.CurrentDataNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.EdgeRpcNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.SystemLogNotification
 
getParams() - Method in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
getParams() - Method in class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.GetEdgeConfigRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
getParams() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
getParams() - Method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxRequest
 
getParams() - Method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolRequest
 
getParams() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
getParams() - Method in class io.openems.edge.core.host.GetNetworkConfigRequest
 
getParams() - Method in class io.openems.edge.core.host.SetNetworkConfigRequest
 
getParams() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
getParams() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest
 
getParams() - Method in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
getParamsAsObjectArray() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
getParent() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getParent() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Gets the parent.
getParent() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
getParentFile() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParity() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusSerial
Gets the Parity.
getParity() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getParity() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getPassword() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getPassword() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordRequest
 
getPassword() - Method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
getPassword() - Method in class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
getPassword() - Method in class io.openems.edge.common.user.EdgeUser
 
getPassword() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
getPastValues() - Method in interface io.openems.edge.common.channel.Channel
Gets the past values for this Channel.
getPastValues() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
Gets the past values for this Channel.
getPath() - Method in class com.dalsemi.onewire.application.file.OWFile
Converts this abstract pathname into a pathname string.
getPath() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Converts this abstract pathname into a pathname string.
getPathForContainerAt(int) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Returns the Path object for the device at the specified index
getPayload() - Method in class io.openems.common.jsonrpc.notification.EdgeRpcNotification
 
getPayload() - Method in class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
getPayload() - Method in class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
getPayload() - Method in class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
getPayload() - Method in class io.openems.common.jsonrpc.response.AuthenticatedRpcResponse
 
getPayload() - Method in class io.openems.common.jsonrpc.response.Base64PayloadResponse
 
getPeriodicWriteWorker() - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
getPhase() - Method in interface io.openems.edge.ess.api.SinglePhaseEss
Gets the Phase this ESS is connected to.
getPhase() - Method in class io.openems.edge.ess.power.api.Coefficient
 
getPhase() - Method in class io.openems.edge.ess.power.api.Inverter
 
getPhase() - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
getPhase() - Method in interface io.openems.edge.meter.api.SinglePhaseMeter
Gets the Phase this ESS is connected to.
getPhase() - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
getPhase() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
getPhase() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
getPhase() - Method in class io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery
 
getPhases() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Count of phases, the EV is charging with.
getPhasesChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.PHASES.
getPhysicalRangeHighTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method returns the high temperature of the thermochron's physical temperature range.
getPhysicalRangeLowTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method returns the low temperature of the thermochron's physical temperature range.
getPid() - Method in class io.openems.common.types.EdgeConfig.Component
 
getPid() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getPidFilter() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getPidFilter() - Method in interface io.openems.edge.ess.power.api.Power
Gets the PidFilter instance with the configured P, I and D variables.
getPidFilter() - Method in class io.openems.edge.ess.test.DummyPower
 
getPoint(String) - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
Gets the Point with the given Id.
getPort() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getPort() - Method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
getPortName() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Retrieves the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Retrieves the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getPortName() - Method in class com.dalsemi.onewire.adapter.SerialService
 
getPortName() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the name of the selected port as a String.
getPortName() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusSerial
Gets the Port-Name (e.g.
getPortName() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getPortName() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getPortNames() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Retrieves a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Retrieves a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getPortNames() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieves a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Retrieves a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Retrieve a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Retrieves a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a description of the port required by this port adapter.
getPossiblyDisabledComponent(String) - Method in interface io.openems.edge.common.component.ComponentManager
Gets a OpenEMS-Component by its Component-ID.
getPostgresHandler() - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getPower() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets an instance of the 'Power' class, which allows to set limitations to Active and Reactive Power.
getPower() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
getPower() - Method in class io.openems.edge.ess.cluster.EssCluster
 
getPower() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
getPower() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
getPower() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
getPower() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
getPower() - Method in class io.openems.edge.ess.refu.RefuEss
 
getPower() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getPower() - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
getPower() - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
getPower() - Method in class io.openems.edge.ess.test.DummyHybridEss
 
getPower() - Method in class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
getPower() - Method in class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
getPower() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
getPower() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
getPower() - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
getPower() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
getPower() - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
getPower() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
getPowerApiPhase() - Method in enum io.openems.edge.ess.api.SinglePhase
 
getPowerOnResetLatch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
 
getPowerPerPhase() - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
Gets the configured Power-per-Phase in [W].
getPowerPrecision() - Method in interface io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter
Gets the smallest positive power that can be set (in W, VA or var).
getPowerPrecision() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
Calculate the Power-Precision from the Max Apparent Power using the SetPoint scale-factor.
getPowerPrecision() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
getPowerPrecision() - Method in class io.openems.edge.batteryinverter.test.DummyManagedSymmetricBatteryInverter
 
getPowerPrecision() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets the smallest positive power that can be set (in W, VA or var).
getPowerPrecision() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
getPowerPrecision() - Method in class io.openems.edge.ess.cluster.EssCluster
 
getPowerPrecision() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
getPowerPrecision() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
Retrieves PowerPrecision from SymmetricBatteryInverter.
getPowerPrecision() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
getPowerPrecision() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
getPowerPrecision() - Method in class io.openems.edge.ess.refu.RefuEss
 
getPowerPrecision() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getPowerPrecision() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getPowerPrecision() - Method in class io.openems.edge.ess.test.DummyHybridEss
 
getPowerPrecision() - Method in class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
getPowerPrecision() - Method in class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
getPowerPrecision() - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
getPowerPrecision() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
getPowerPrecision() - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
getPowerPrecision() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
getPowerPrecision() - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
getPowerPrecision() - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
getPreChargeControl() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getPreChargeControl() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Gets the PreChargeControl, see SingleRackVersionC.ChannelId.PRE_CHARGE_CONTROL.
getPreChargeControlChannel() - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
getPreChargeControlChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
getPrimaryAddress() - Method in class io.openems.edge.bridge.mbus.api.AbstractOpenemsMbusComponent
 
getPrimaryAddress() - Method in class io.openems.edge.bridge.mbus.api.MbusTask
 
getPriority() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
getPriority() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
getPriority() - Method in interface io.openems.edge.bridge.modbus.api.task.WriteTask
Priority for WriteTasks is by default always HIGH.
getPriority() - Method in interface io.openems.edge.common.taskmanager.ManagedTask
 
getPriority() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
getProcessedProperties(ServiceReference<?>) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getProductionAcActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total AC Production Active Energy in [Wh].
getProductionAcActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionAcActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total AC Production Active Power in [W].
getProductionAcActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionAcActivePowerL1() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total AC Production Active Power on L1 in [W].
getProductionAcActivePowerL1Channel() - Method in interface io.openems.edge.common.sum.Sum
getProductionAcActivePowerL2() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total AC Production Active Power on L2 in [W].
getProductionAcActivePowerL2Channel() - Method in interface io.openems.edge.common.sum.Sum
getProductionAcActivePowerL3() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total AC Production Active Power on L3 in [W].
getProductionAcActivePowerL3Channel() - Method in interface io.openems.edge.common.sum.Sum
getProductionActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Production Active Energy in [Wh].
getProductionActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Production Active Power in [W].
getProductionActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionDcActiveEnergy() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total DC Production Active Energy in [Wh].
getProductionDcActiveEnergyChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionDcActualPower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total DC Production Actual Power in [W].
getProductionDcActualPowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionMaxAcActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Maximum Ever AC Production Active Power in [W].
getProductionMaxAcActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionMaxActivePower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Maximum Ever Production Active Power in [W].
getProductionMaxActivePowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProductionMaxDcActualPower() - Method in interface io.openems.edge.common.sum.Sum
Gets the Total Maximum Ever DC Production Actual Power in [W].
getProductionMaxDcActualPowerChannel() - Method in interface io.openems.edge.common.sum.Sum
getProducttype() - Method in class io.openems.backend.metadata.api.Edge
 
getProperties() - Method in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
getProperties() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
getProperties() - Method in class io.openems.common.types.EdgeConfig.Component
 
getProperties() - Method in class io.openems.common.types.EdgeConfig.Factory
 
getProperties() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
getProperties() - Method in class io.openems.edge.common.test.DummyComponentContext
 
getProperties() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
getProperty(String) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Gets the specfied onewire property.
getProperty(String) - Method in class io.openems.common.types.EdgeConfig.Component
 
getProperty(String) - Method in class io.openems.common.types.EdgeConfig.Factory
Gets the Property with the given key.
getProtocol() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getProviderName() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns a string representing the Provider name associated with this coprocessor's service.
getPwr() - Method in class io.openems.edge.ess.power.api.Coefficient
 
getQueueIsFull() - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
getQueueIsFullChannel() - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
getQueueWriteWorker() - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
getRack(int) - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
Get the Rack for the given ID.
getRackNumber() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getRacks() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Gets the active Racks.
getRacks() - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
getRawMessage() - Method in enum io.openems.common.exceptions.OpenemsError
 
getReactionLevel() - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
getReactivePower() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Gets the Reactive Power in [var].
getReactivePower() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Reactive Power in [var].
getReactivePower() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Reactive Power in [var].
getReactivePowerChannel() - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
getReactivePowerChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
getReactivePowerChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
getReactivePowerL1() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Reactive Power on L1 in [var].
getReactivePowerL1() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Reactive Power on L1 in [var].
getReactivePowerL1Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getReactivePowerL1Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getReactivePowerL2() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Reactive Power on L2 in [var].
getReactivePowerL2() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Reactive Power on L2 in [var].
getReactivePowerL2Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getReactivePowerL2Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getReactivePowerL3() - Method in interface io.openems.edge.ess.api.AsymmetricEss
Gets the Reactive Power on L3 in [var].
getReactivePowerL3() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Reactive Power on L3 in [var].
getReactivePowerL3Channel() - Method in interface io.openems.edge.ess.api.AsymmetricEss
getReactivePowerL3Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getReadHandler() - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
getReadOnlyPasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the address the read only password starts
getReadOnlyPasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the absolute address of the memory location where the Read-Only password is written.
getReadOnlyPasswordAddress() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the absolute address of the memory location where the Read-Only password is written.
getReadOnlyPasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the password length for the read-only password.
getReadOnlyPasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the length in bytes of the Read-Only password.
getReadOnlyPasswordLength() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the length in bytes of the Read-Only password.
getReadTasksManager() - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
Gets the Read-Tasks Manager.
getReadWorker() - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
getReadWritePasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the address the read/write password starts
getReadWritePasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the absolute address of the memory location where the Read/Write password is written.
getReadWritePasswordAddress() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the absolute address of the memory location where the Read/Write password is written.
getReadWritePasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the password length for the read/write password.
getReadWritePasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the length in bytes of the Read/Write password.
getReadWritePasswordLength() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the length in bytes of the Read/Write password.
getRedirectedPage(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Gets the page redirection of the specified page.
getRegister(int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getRegisterCount() - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getRegisterMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns instance of the memory bank representing this device's special function registers.
getRegisterRange(int, int) - Method in class io.openems.edge.controller.api.modbus.MyProcessImage
 
getRelationship() - Method in class io.openems.edge.ess.power.api.Constraint
 
getRelay() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Gets the Relay Output 1.
getRelay1() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Gets the Relay Output 1.
getRelay1Channel() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Gets the Channel for Shelly25.ChannelId.RELAY_1.
getRelay2() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Gets the Relay Output 2.
getRelay2Channel() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Gets the Channel for Shelly25.ChannelId.RELAY_2.
getRelayChannel() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Gets the Channel for ShellyPlug.ChannelId.RELAY.
getRelayIson(int) - Method in class io.openems.edge.io.shelly.common.ShellyApi
Gets the "ison" state of the relay with the given index.
getRemainingCapacity() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Calculate the remaining capacity in mAH as outlined in the data sheet.
getRemainingCapacity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Calculates the remaining capacity in mAHours from the current Accumulator.
getRequest() - Method in class io.openems.edge.bridge.mbus.api.MbusTask
 
getRequest() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
getRequest() - Method in class io.openems.edge.bridge.modbus.api.task.FC1ReadCoilsTask
 
getRequest() - Method in class io.openems.edge.bridge.modbus.api.task.FC2ReadInputsTask
 
getRequest() - Method in class io.openems.edge.bridge.modbus.api.task.FC3ReadRegistersTask
 
getRequest() - Method in class io.openems.edge.bridge.modbus.api.task.FC4ReadInputRegistersTask
 
getRequestedStateChannel() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Gets the Channel for KacoSunSpecModel.S64201.REQUESTED_STATE.
getRequestSeconds() - Method in enum io.openems.edge.evcs.keba.kecontact.Report
 
getRequiredElementName() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
getRequiredElementName() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadInputRegistersTask
 
getRequiredElementName() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
getRequiredRequestsAfterConnection() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getRequiredRequestsAfterConnection() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
Required requests that should be sent after a connection was established.
getRequiredRequestsAfterConnection() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getRequiredRequestsDuringConnection() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getRequiredRequestsDuringConnection() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
Required requests that should be sent permanently during a session.
getRequiredRequestsDuringConnection() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getResolution() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
getResponse(ModbusRequest, int, AbstractModbusBridge) - Static method in class io.openems.edge.bridge.modbus.api.task.Utils
 
getResult() - Method in class io.openems.backend.common.jsonrpc.response.GetEdgesChannelsValuesResponse
 
getResult() - Method in class io.openems.backend.common.jsonrpc.response.GetEdgesStatusResponse
 
getResult() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithSessionIdResponse
 
getResult() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
getResult() - Method in class io.openems.common.jsonrpc.base.GenericJsonrpcResponseSuccess
 
getResult() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
 
getResult() - Method in class io.openems.common.jsonrpc.response.AuthenticatedRpcResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.AuthenticateWithPasswordResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.Base64PayloadResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.EdgeRpcResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.GetEdgeConfigResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesDataResponse
 
getResult() - Method in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesEnergyResponse
 
getResult() - Method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolResponse
 
getResult() - Method in class io.openems.edge.core.host.ExecuteSystemCommandResponse
 
getResult() - Method in class io.openems.edge.core.host.GetNetworkConfigResponse
 
getResult() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesResponse
 
getResult() - Method in class io.openems.edge.meter.discovergy.jsonrpc.GetMetersResponse
 
getResult() - Method in class io.openems.edge.simulator.app.ExecuteSimulationResponse
 
getRole(String) - Static method in enum io.openems.common.session.Role
Returns the Role ENUM for this name or "GUEST" if it was not found.
getRole() - Method in class io.openems.common.session.User
 
getRrdDb(ChannelAddress, Unit, long) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
Gets the RRD4j database for the given Channel-Address.
getRunFailed() - Method in interface io.openems.edge.controller.api.Controller
Gets the Run-Failed State.
getRunFailed() - Method in interface io.openems.edge.scheduler.api.Scheduler
Gets the Run-Failed State.
getRunFailedChannel() - Method in interface io.openems.edge.controller.api.Controller
Gets the Channel for Controller.ChannelId.RUN_FAILED.
getRunFailedChannel() - Method in interface io.openems.edge.scheduler.api.Scheduler
Gets the Channel for Scheduler.ChannelId.RUN_FAILED.
getSalt() - Method in class io.openems.edge.common.user.EdgeUser
 
getSampleRate(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the rate at which the DS1921 takes temperature samples.
getScalingFactor() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getSchedule() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
getScheduleParseFailed() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Gets the Run-Failed State.
getScheduleParseFailedChannel() - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
getScratchpadMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Returns the instance of the Scratchpad memory bank.
getScratchpadMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns instance of the memory bank representing this device's scratchpad.
getSelections() - Method in class com.dalsemi.onewire.application.tag.D2A
Get the possible selection states of this actuator
getSelections() - Method in class com.dalsemi.onewire.application.tag.Switch
Get the possible selection states of this actuator
getSelections() - Method in interface com.dalsemi.onewire.application.tag.TaggedActuator
Get the possible selection states of this actuator
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the indicated channel has experienced activity.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
This method always returns false for the DS28EA00 (no activity sensing).
getSensedActivity(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks if the indicated channel has experienced activity.
getSenseResistor() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Get the value used for the sense resistor in the getCurrent() calculations.
getSensorsPerModule() - Method in enum io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory.Type
 
getSerialNumber() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
getSerialNumber() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getSerialPortIdentifiers() - Static method in class com.dalsemi.onewire.adapter.SerialService
 
getSerialService(String) - Static method in class com.dalsemi.onewire.adapter.SerialService
 
getServiceReference() - Method in class io.openems.edge.common.test.DummyComponentContext
 
getSessionId() - Method in class io.openems.backend.metadata.api.BackendUser
 
getSessionId() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
getSessionId() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getSessionToken() - Method in class io.openems.edge.controller.api.websocket.WsData
 
getSetActivePowerEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetActivePowerEqualsWithPidChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetActivePowerGreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetActivePowerL1EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL1GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL1LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL2EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL2GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL2LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL3EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL3GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerL3LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetActivePowerLessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetChargePowerLimit() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Gets the set charge power limit of the EVCS in [W].
getSetChargePowerLimitChannel() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
getSetChargePowerRequest() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Gets the request for a charge power in [W].
getSetChargePowerRequestChannel() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
getSetDisplayText() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Gets the Text that is shown on the display of the EVCS.
getSetDisplayTextChannel() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
getSetEnergyLimit() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Gets the energy limit for the current or next session in [Wh]..
getSetEnergyLimitChannel() - Method in interface io.openems.edge.evcs.api.ManagedEvcs
getSetReactivePowerEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetReactivePowerGreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSetReactivePowerL1EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL1GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL1LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL2EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL2GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL2LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL3EqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL3GreaterOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerL3LessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
getSetReactivePowerLessOrEqualsChannel() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
getSigningChallenge() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the 3-byte signing challenge used by this coprocessor for data validation.
getSigningChallenge(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Copies the 3-byte signing challenge used by this coprocessor for data validation into the specified array starting at the specified offset.
getSigningPageNumber() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the page number used by this coprocessor for signing account data.
getSize() - Method in interface com.dalsemi.onewire.container.MemoryBank
Gets the size of this memory bank in bytes.
getSize() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get the memory bank size in bytes.
getSlaveCommunicationFailed() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Gets the Slave Communication Failed State.
getSlaveCommunicationFailed() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Gets the Slave Communication Failed State.
getSlaveCommunicationFailed() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Gets the Slave Communication Failed State.
getSlaveCommunicationFailed() - Method in interface io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core
Gets the Slave Communication Failed State.
getSlaveCommunicationFailedChannel() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
getSlaveCommunicationFailedChannel() - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
getSlaveCommunicationFailedChannel() - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
getSlaveCommunicationFailedChannel() - Method in interface io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core
Gets the Channel for ChannelId#SLAVE_COMMUNICATION_FAILED.
getSleep() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSleepChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.DoubleSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.FloatSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.IntegerSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.LatestSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.LongSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.ShortSlidingValue
 
getSlidingValue() - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Gets the sliding value, e.g.
getSmallerPoint(Map<Float, Float>, float) - Static method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils
 
getSoc() - Method in interface io.openems.edge.battery.api.Battery
Gets the State of Charge in [%], range 0..100 %.
getSoC() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getSoc() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the State of Charge in [%], range 0..100 %.
getSoc() - Method in interface io.openems.edge.evcs.api.SocEvcs
Gets the current state of charge of the car [%]..
getSocChannel() - Method in interface io.openems.edge.battery.api.Battery
Gets the Channel for Battery.ChannelId.SOC.
getSocChannel() - Method in interface io.openems.edge.ess.api.SymmetricEss
Gets the Channel for SymmetricEss.ChannelId.SOC.
getSocChannel() - Method in interface io.openems.edge.evcs.api.SocEvcs
Gets the Channel for SocEvcs.ChannelId.SOC.
getSocLowProtection() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSocLowProtectionChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSocLowProtectionRecover() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSocLowProtectionRecoverChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSoh() - Method in interface io.openems.edge.battery.api.Battery
Gets the State of Health in [%], range 0..100 %.
getSohChannel() - Method in interface io.openems.edge.battery.api.Battery
Gets the Channel for Battery.ChannelId.SOH.
getSolveDurationChannel() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getSolveStrategyChannel() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
getSortedEvcss() - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Sorted list of the EVCSs in the cluster.
getSortedEvcss() - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
getSortedEvcss() - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
getSpeed() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns the current data transfer speed on the 1-Wire Network.
getSpeed() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
getSpeed() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Returns the current data transfer speed on the 1-Wire Network.
getSpeed() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
This method returns the current data transfer speed through a port to a 1-Wire Network.
getSpeed() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
This method returns the current data transfer speed through a port to a 1-Wire Network.
getSqlQueryFields(Field[]) - Static method in interface io.openems.backend.metadata.odoo.Field
Gets all fields that should be queried as a comma separated string.
getStandardRequests() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getStandardRequests() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
Default requests that every OCPP EVCS should have.
getStandardRequests() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getStart() - Method in class io.openems.edge.predictor.api.HourlyPrediction
 
getStartAddress() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
getStartAddress() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Gets the start address of this Modbus element.
getStartAddress() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
getStartAddress() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Gets the start Modbus register address.
getStartAddress() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
getStartAddress() - Method in class io.openems.edge.goodwe.et.charger.AbstractGoodWeEtCharger
 
getStartAddress() - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
getStartAddress() - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv2
 
getStartPage() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns an integer which represents the starting memory page of the file or directory represented by this OWFile.
getStartPage() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Returns an integer which represents the starting memory page of the file or directory represented by this OWFile.
getStartPhysicalAddress() - Method in interface com.dalsemi.onewire.container.MemoryBank
Gets the starting physical address of this bank.
getStartPhysicalAddress() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to get the starting physical address of this bank.
getStartStop() - Method in interface io.openems.edge.common.startstop.StartStoppable
Gets the current StartStop state of the StartStoppable Component.
getStartStopChannel() - Method in interface io.openems.edge.common.startstop.StartStoppable
getStartStopTarget() - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
getStartStopTarget() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
getStartStopTarget() - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
getStartStopTarget() - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
getStartStopTarget() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
getStartStopTarget() - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
Gets the target Start/Stop mode from config or StartStop-Channel.
getStartStopTarget() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
getStartTimestamp() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
 
getState() - Method in class io.openems.backend.metadata.api.Edge
 
getState() - Method in interface io.openems.edge.battery.soltaro.controller.IState
Returns the corresponding state.
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.Check
 
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.ForceCharge
 
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.FullCharge
 
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.Limit
 
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.Normal
 
getState() - Method in class io.openems.edge.battery.soltaro.controller.state.Undefined
 
getState() - Method in interface io.openems.edge.common.component.OpenemsComponent
Gets the Component State Level.
getState() - Method in class io.openems.edge.ess.mr.gridcon.OngridHandler
 
getState() - Method in class io.openems.edge.ess.mr.gridcon.StateMachine
 
getStateChannel(String) - Method in class io.openems.common.types.EdgeConfig.Component
Get the StateChannel with the given Channel-ID.
getStateChannel(ChannelAddress) - Method in class io.openems.common.types.EdgeConfig
Get the StateChannel with the given Channel-Address.
getStateChannel() - Method in interface io.openems.edge.common.component.OpenemsComponent
Gets the Component State-Channel.
getStateChannels() - Method in class io.openems.common.types.EdgeConfig.Component
 
getStateHandler(StateMachine.State) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine
 
getStateHandler(StateMachine.State) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine
 
getStateHandler(StateMachine.State) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine
 
getStateHandler(StateMachine.State) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine
 
getStateHandler(StateMachine.State) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine
 
getStateHandler(STATE) - Method in class io.openems.edge.common.statemachine.AbstractStateMachine
Gets the StateHandler for each State.
getStateHandler(StateMachine.State) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StateMachine
 
getStateMachineState() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
getStateMachineState() - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
getStateObject(State) - Static method in class io.openems.edge.battery.soltaro.controller.state.StateController
 
getStates() - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
 
getStates() - Method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
 
getStates() - Method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
 
getStates() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
 
getStates() - Method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
 
getStates() - Method in interface io.openems.edge.common.statemachine.State
Gets all the available States.
getStates() - Method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
 
getStaticConstraints() - Method in interface io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter
Gets static Constraints for this Battery-Inverter.
getStaticConstraints() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
getStaticConstraints() - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
getStaticConstraints() - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Gets static Constraints for this Ess.
getStaticConstraints() - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
getStaticConstraints() - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
getStaticConstraints() - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
Retrieves StaticConstraints from SymmetricBatteryInverter.
getStaticConstraints() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
getStaticConstraints() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
getStaticConstraints() - Method in class io.openems.edge.ess.refu.RefuEss
 
getStaticConstraints() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getStaticConstraints() - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
getStaticConstraints() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
getStatus() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Status of the EVCS charging station.
getStatus() - Method in class io.openems.edge.io.shelly.common.ShellyApi
Gets the status of the device.
getStatusChannel() - Method in interface io.openems.edge.evcs.api.Evcs
Gets the Channel for Evcs.ChannelId.STATUS.
getStatusPageMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Returns the instance of the Status page memory bank.
getStopbits() - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbusSerial
Gets the Stopbits.
getStopbits() - Method in class io.openems.edge.bridge.modbus.BridgeModbusSerialImpl
 
getStopbits() - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
getStringValue(int) - Method in class io.openems.edge.kostal.piko.core.impl.Protocol
 
getSubElement(JsonElement, String) - Static method in class io.openems.common.utils.JsonUtils
 
getSubNode(NamedNodeMap, String) - Static method in class io.openems.common.utils.XmlUtils
 
getSubscribe() - Method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
getSubscribedChannelsWorker() - Method in class io.openems.backend.b2bwebsocket.WsData
Gets the SubscribedChannelsWorker to take care of subscribe to CurrentData.
getSubscribedChannelsWorker(String) - Method in class io.openems.backend.uiwebsocket.impl.WsData
Gets the SubscribedChannelsWorker to take care of subscribe to CurrentData.
getSubscribedChannelsWorker() - Method in class io.openems.edge.controller.api.websocket.WsData
Gets the SubscribedChannelsWorker to take care of subscribe to CurrentData.
getSunSpecChannel(SunSpecPoint) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Get the Channel for the given Point.
getSunSpecChannel(SunSpecPoint) - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
 
getSunSpecChannel(SunSpecPoint) - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
getSunSpecChannelOrError(SunSpecPoint) - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Get the Channel for the given Point or throw an error if it is not available.
getSunSpecChannelOrError(SunSpecPoint) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
getSunSpecChannelOrError(SunSpecPoint) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Get the Channel for the given Point or throw an error if it is not available.
getSunSpecChannelOrError(SunSpecPoint) - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
 
getSunSpecChannelOrError(SunSpecPoint) - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
getSunSpecModel(int) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
getSunSpecModel(int) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Overwrite to provide custom SunSpecModel.
getSupportedMeasurements() - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
getSupportedMeasurements() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
getSupportedMeasurements() - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
getSurplusFeedToGridIsLimited() - Method in interface io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController
Gets the Run-Failed State.
getSurplusFeedToGridIsLimitedChannel() - Method in interface io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController
getSurplusPower() - Method in interface io.openems.edge.ess.api.HybridEss
Gets the Surplus Power of the EssDcChargers of this HybridEss.
getSurplusPower() - Method in class io.openems.edge.ess.test.DummyHybridEss
 
getSurplusPower() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
getSut() - Method in class io.openems.edge.common.test.AbstractComponentTest
Gets the 'system-under-test', i.e.
getSW() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW1 and SW2 as an integer.
getSW1() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW1.
getSW2() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW2.
getSymbol() - Method in enum io.openems.common.channel.Unit
 
getSymbol(String) - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
Gets the Symbol with the given Id.
getSymbol() - Method in enum io.openems.edge.ess.api.SinglePhase
 
getSymbol() - Method in enum io.openems.edge.ess.power.api.Phase
 
getSymbol() - Method in enum io.openems.edge.ess.power.api.Pwr
 
getSymbol() - Method in enum io.openems.edge.meter.api.SinglePhase
 
getSystemReset() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getSystemResetChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getTableRecords() - Method in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolResponse
 
getTargetDirection() - Method in class io.openems.edge.ess.core.power.Solver
Gets the TargetDirection of the Problem, i.e.
getTasks() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Temperature Value in degrees C from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the temperature value in degrees C from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the temperature value in Celsius from the state data retrieved from the readDevice() method.
getTemperature() - Method in interface io.openems.edge.thermometer.api.Thermometer
Gets the Temparature in [deci degC].
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the specified Alarm value in degrees C from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the specified temperature alarm value in degrees C from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarm(int, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the specified temperature alarm value in Celsius from the state data retrieved from the readDevice() method.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the temperature alarm resolution in Celsius.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the temperature alarm resolution in Celsius.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the temperature alarm resolution in Celsius.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get the high/low temperature alarm resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the temperature alarm resolution in Celsius.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the temperature alarm resolution in Celsius.
getTemperatureAlarmResolution() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the temperature alarm resolution in Celsius.
getTemperatureChannel() - Method in interface io.openems.edge.thermometer.api.Thermometer
Gets the Channel for Thermometer.ChannelId.TEMPERATURE.
getTemperatureHistogram() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns an array of at most 64 counter bins holding the DS1921 histogram data (63 bins for the DS1921L-F5X and 64 bins for the DS1921H or DS1921Z).
getTemperatureLog(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the log of temperature measurements.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Retrieves the resolution with which the thermochron takes temperatures in degrees Celsius.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the current resolution in degrees C from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Extracts the current temperature resolution in degrees C from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolution(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Gets the current temperature resolution in Celsius from the state data retrieved from the readDevice() method.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Gets an array of available temperature resolutions in Celsius.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Get an array of available temperature resolutions in Celsius.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Gets an array of available temperature resolutions in Celsius.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to get an array of available temperature resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Get an array of available temperature resolutions in Celsius.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Gets an array of available temperature resolutions in Celsius.
getTemperatureResolutions() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Get an array of available temperature resolutions in Celsius.
getText() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getText() - Method in interface io.openems.edge.common.channel.Doc
Gets the descriptive text.
getText() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
getTimedata() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
Gets the Timedata service.
getTimedata() - Method in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
getTimedata() - Method in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
getTimedata() - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
Gets the Timedata service.
getTimedata() - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
getTimedata() - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
getTimedata() - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
getTimedata() - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
getTimedata() - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
getTimedata() - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
getTimedata() - Method in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
getTimedata() - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
getTimedata() - Method in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
getTimedata() - Method in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
getTimedata() - Method in class io.openems.edge.simulator.pvinverter.PvInverter
 
getTimedata() - Method in interface io.openems.edge.timedata.api.TimedataProvider
Gets the Timedata service.
getTimeDelta() - Method in class io.openems.edge.simulator.app.SimulatorApp
 
getTimeDelta() - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
getTimeDelta() - Method in interface io.openems.edge.simulator.datasource.api.SimulatorDatasource
Returns the delta between two values in seconds.
getTimeoutSeconds() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
getTimestamp() - Method in class io.openems.backend.timedata.api.EdgeCache
 
getTimestamp() - Method in class io.openems.edge.common.channel.value.Value
Gets the timestamp when the value was created.
getTimestamp() - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
getToDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
getToDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
getToDate() - Method in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
getToken() - Method in class io.openems.backend.uiwebsocket.impl.WsData
 
getToken() - Method in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdNotification
 
getToken() - Method in class io.openems.common.jsonrpc.response.AuthenticateWithPasswordResponse
 
getTotalDuration() - Method in class io.openems.edge.controller.io.heatingelement.PhaseDef
Gets the total switch-on time in seconds since last reset on midnight.
getTotalMeterEnergy() - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
getType() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getType() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
getType() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Gets the type of this Register, e.g.
getType() - Method in interface io.openems.edge.common.channel.Channel
Gets the type of this Channel, e.g.
getType() - Method in interface io.openems.edge.common.channel.Doc
Gets the OpenemsType.
getType() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
getType() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
getType() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getType() - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Gets the OpenemsType of this SlidingValue.
getType() - Method in exception io.openems.edge.ess.power.api.PowerException
 
getType() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getUid() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getUid() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
getUnableToInsertSample() - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
getUnableToInsertSampleChannel() - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
getUnableToSelectPortFault() - Method in interface io.openems.edge.bridge.onewire.BridgeOnewire
Gets the Unable-To-Select-Port Fault State.
getUnableToSelectPortFaultChannel() - Method in interface io.openems.edge.bridge.onewire.BridgeOnewire
getUnableToStart() - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
Gets the Unable to Start Fault State.
getUnableToStartChannel() - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
getUndefined() - Method in enum io.openems.common.channel.Level
 
getUndefined() - Method in interface io.openems.common.types.OptionsEnum
Gets the enum that is used for 'UNDEFINED' values.
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.BmsState
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.BmsStateCommand
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits1
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits2
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.InfoBits
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.State
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits1
 
getUndefined() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits2
 
getUndefined() - Method in enum io.openems.edge.battery.bydcommercial.BatteryWorkState
 
getUndefined() - Method in enum io.openems.edge.battery.bydcommercial.ClusterRunState
 
getUndefined() - Method in enum io.openems.edge.battery.bydcommercial.PreChargeControl
 
getUndefined() - Method in enum io.openems.edge.battery.bydcommercial.State
 
getUndefined() - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.ChargeIndication
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.ClusterStartStop
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RackUsage
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RunningState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.ContactorControl
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.Enums.ClusterRunState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.controller.State
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.enums.EmsBaudrate
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ClusterRunState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ContactorControl
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.AutoSetFunction
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ClusterRunState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactExport
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorControl
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.FanStatus
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.PreContactorState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ShortCircuitFunction
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.SystemRunMode
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.AutoSetFunction
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.ClusterRunState
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.PreChargeControl
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.Sleep
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.SystemReset
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.battery.soltaro.State
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.ErrorCode
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ControlMode
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201CurrentState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ErrPcu
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201RequestedState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPcu
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPu
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StVnd
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201VarParamEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201WParamEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202.S64202EnLimit
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203.S64203EmsErrCode
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204.S64204OffsetEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.Conn
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.DerTyp
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Conn
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.DerTyp
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Event1
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.LocRemCtl
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OperatingState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OutPFSetEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.PCSSetOperation
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VArPctEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VendorOperatingState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.WMaxLimEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.Event1
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.LocRemCtl
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.OperatingState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.OutPFSetEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.PCSSetOperation
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.VArPctEna
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.VendorOperatingState
 
getUndefined() - Method in enum io.openems.edge.batteryinverter.refu88k.WMaxLimEna
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120_DERTyp
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ClcTotVA
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ConnPh
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_VArAct
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_ECPConn
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_PVConn
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_RtSt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StActCtl
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StorConn
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StSetLimMsk
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_Conn
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_OutPFSet_Ena
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Ena
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Mod
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_WMaxLim_Ena
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaGriSet
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaSt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_StorCtl_Mod
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_ModEna
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_SigType
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_HysEna
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_ModEna
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ArGraMod
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ModEna
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201_Evt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202_Evt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203_Evt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204_Evt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Ctl
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Evt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_St
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Alarm_email_en
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Log_mode
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_NTP_enable
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_SMTP_enable_SSL
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111_ChargerSt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_auto_restart
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_control
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_mode
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_polarity
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_state
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_grid_tie
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_MPPT_mode
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_max
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_width
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_temp_comp
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ChaSt
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Evt1
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_LocRemCtl
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ReqInvState
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetInvState
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetOp
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_State
 
getUndefined() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Typ
 
getUndefined() - Method in enum io.openems.edge.common.startstop.StartStop
 
getUndefined() - Method in enum io.openems.edge.common.sum.GridMode
 
getUndefined() - Method in enum io.openems.edge.controller.channelthreshold.State
 
getUndefined() - Method in enum io.openems.edge.controller.chp.soc.Mode
 
getUndefined() - Method in enum io.openems.edge.controller.chp.soc.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.acisland.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.delaycharge.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.limittotaldischarge.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.mindischargeperiod.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.onefullcycle.CycleOrder
 
getUndefined() - Method in enum io.openems.edge.controller.ess.onefullcycle.State
 
getUndefined() - Method in enum io.openems.edge.controller.ess.predictivedelaycharge.State
 
getUndefined() - Method in enum io.openems.edge.controller.evcs.ChargeMode
 
getUndefined() - Method in enum io.openems.edge.controller.evcs.Priority
 
getUndefined() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.Mode
 
getUndefined() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.State
 
getUndefined() - Method in enum io.openems.edge.controller.io.heatingelement.Level
 
getUndefined() - Method in enum io.openems.edge.controller.timeslotpeakshaving.ChargeState
 
getUndefined() - Method in enum io.openems.edge.ess.byd.container.BatteryStringWorkState
 
getUndefined() - Method in enum io.openems.edge.ess.byd.container.SetSystemWorkstate
 
getUndefined() - Method in enum io.openems.edge.ess.byd.container.SystemWorkmode
 
getUndefined() - Method in enum io.openems.edge.ess.byd.container.SystemWorkstate
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryMaintenanceState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryStringSwitchState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkMode
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.ControlMode
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.InverterState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.SetWorkState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemManufacturer
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemState
 
getUndefined() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemType
 
getUndefined() - Method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.CurrentState
 
getUndefined() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.ErrorCode
 
getUndefined() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.RequestedState
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStateMachine
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStatusMCU
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.ErrorHandler.State
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.GoingOffgridHandler.State
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.OngridHandler.State
 
getUndefined() - Method in enum io.openems.edge.ess.mr.gridcon.StateMachine.State
 
getUndefined() - Method in enum io.openems.edge.ess.power.api.SolverStrategy
 
getUndefined() - Method in enum io.openems.edge.ess.refu.BatteryMode
 
getUndefined() - Method in enum io.openems.edge.ess.refu.BatteryState
 
getUndefined() - Method in enum io.openems.edge.ess.refu.DcdcStatus
 
getUndefined() - Method in enum io.openems.edge.ess.refu.SetOperationMode
 
getUndefined() - Method in enum io.openems.edge.ess.sinexcel.CurrentState
 
getUndefined() - Method in enum io.openems.edge.ess.sinexcel.FalseTrue
 
getUndefined() - Method in enum io.openems.edge.ess.streetscooter.InverterMode
 
getUndefined() - Method in enum io.openems.edge.evcs.api.ChargingType
 
getUndefined() - Method in enum io.openems.edge.evcs.api.Status
 
getUndefined() - Method in enum io.openems.edge.evcs.keba.kecontact.Plug
 
getUndefined() - Method in enum io.openems.edge.fenecon.dess.ess.BsmuWorkState
 
getUndefined() - Method in enum io.openems.edge.fenecon.dess.ess.StackChargeState
 
getUndefined() - Method in enum io.openems.edge.fenecon.dess.ess.SystemState
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.BatteryGroupState
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.ControlMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.PcsMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.SetupMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.SetWorkState
 
getUndefined() - Method in enum io.openems.edge.fenecon.mini.ess.SystemState
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.BatteryGroupState
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.ControlMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.PcsMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.PcsOperationState
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.SetupMode
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.SetWorkState
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.SystemState
 
getUndefined() - Method in enum io.openems.edge.fenecon.pro.ess.WorkMode
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.AppModeIndex
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.BatteryMode
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.GridMode
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.LoadMode
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.MeterCommunicateStatus
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectCheckFlag
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectStatus
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.OperationMode
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.OutputTypeAC
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.PowerModeEms
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.SafetyCountry
 
getUndefined() - Method in enum io.openems.edge.goodwe.et.ess.WorkMode
 
getUndefined() - Method in enum io.openems.edge.kostal.piko.core.api.BatteryCurrentDirection
 
getUndefined() - Method in enum io.openems.edge.meter.weidmueller.RotationField
 
getUndefined() - Method in enum io.openems.edge.pvinverter.solarlog.PLimitType
 
getUndefined() - Method in enum io.openems.edge.pvinverter.solarlog.Status
 
getUndefined() - Method in enum io.openems.edge.sma.enums.AbsorptionPhaseActive
 
getUndefined() - Method in enum io.openems.edge.sma.enums.AcknowledgeGeneratorErrors
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ActiveBatteryChargingMode
 
getUndefined() - Method in enum io.openems.edge.sma.enums.AutomaticFrequencySynchronization
 
getUndefined() - Method in enum io.openems.edge.sma.enums.AutomaticGeneratorStart
 
getUndefined() - Method in enum io.openems.edge.sma.enums.BatteryType
 
getUndefined() - Method in enum io.openems.edge.sma.enums.BMSOperatingMode
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiEndPoint
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiStartingPoint
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ControlOfBatteryChargingViaCommunicationAvailable
 
getUndefined() - Method in enum io.openems.edge.sma.enums.DataTransferRateOfNetworkTerminalA
 
getUndefined() - Method in enum io.openems.edge.sma.enums.DuplexModeOfNetworkTerminalA
 
getUndefined() - Method in enum io.openems.edge.sma.enums.GeneratorStatus
 
getUndefined() - Method in enum io.openems.edge.sma.enums.GridCreatingGenerator
 
getUndefined() - Method in enum io.openems.edge.sma.enums.GridRequestViaChargeType
 
getUndefined() - Method in enum io.openems.edge.sma.enums.GridRequestViPowerSwitchOn
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ManualControlOfNetworkConnection
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ManualEqualizationCharge
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ManualGeneratorStart
 
getUndefined() - Method in enum io.openems.edge.sma.enums.MemoryCardStatus
 
getUndefined() - Method in enum io.openems.edge.sma.enums.MeterSetting
 
getUndefined() - Method in enum io.openems.edge.sma.enums.MultifunctionRelayStatus
 
getUndefined() - Method in enum io.openems.edge.sma.enums.OperatingModeForActivePowerLimitation
 
getUndefined() - Method in enum io.openems.edge.sma.enums.OperatingModeOfActivePowerLimitationAtOverFrequency
 
getUndefined() - Method in enum io.openems.edge.sma.enums.PowerFeedbackToPublicGridAllowed
 
getUndefined() - Method in enum io.openems.edge.sma.enums.PowerSupplyStatus
 
getUndefined() - Method in enum io.openems.edge.sma.enums.PvMainsConnection
 
getUndefined() - Method in enum io.openems.edge.sma.enums.ReasonForGeneratorRequest
 
getUndefined() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheControlledInverter
 
getUndefined() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheTimeControlledGeneratorOperation
 
getUndefined() - Method in enum io.openems.edge.sma.enums.RiseInSelfConsumptionSwitchedOn
 
getUndefined() - Method in enum io.openems.edge.sma.enums.SetControlMode
 
getUndefined() - Method in enum io.openems.edge.sma.enums.SpeedWireConnectionStatusOfNetworkTerminalA
 
getUndefined() - Method in enum io.openems.edge.sma.enums.StatusBatteryApplicationArea
 
getUndefined() - Method in enum io.openems.edge.sma.enums.StatusDigitalInput
 
getUndefined() - Method in enum io.openems.edge.sma.enums.StatusOfUtilityGrid
 
getUndefined() - Method in enum io.openems.edge.sma.enums.SystemState
 
getUndefined() - Method in enum io.openems.edge.sma.enums.TimeControlledGeneratorOperation
 
getUndefined() - Method in enum io.openems.edge.sma.enums.TimeControlledInverterOperation
 
getUndefined() - Method in enum io.openems.edge.sma.enums.TypeOfACSubdistribution
 
getUndefinedOption() - Method in class io.openems.edge.common.channel.EnumDoc
Gets the Undefined-Option, i.e.
getUnit() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
 
getUnit() - Method in interface io.openems.edge.common.channel.Doc
Gets the Unit.
getUnit() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
getUnit() - Method in class io.openems.edge.common.channel.internal.OpenemsTypeDoc
Gets the Unit.
getUnit() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getUnit() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getUnitId() - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
 
getUnitId() - Method in interface io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40
 
getUnitId() - Method in interface io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverter
 
getUnitID() - Method in class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
getUrl() - Method in class io.openems.backend.metadata.odoo.odoo.Credentials
 
getUser() - Method in class io.openems.backend.b2bwebsocket.WsData
 
getUser(String) - Method in interface io.openems.backend.metadata.api.Metadata
Gets the User for the given User-ID.
getUser() - Method in class io.openems.backend.metadata.api.UserEdgesInfo
 
getUser(String) - Method in class io.openems.backend.metadata.dummy.Dummy
 
getUser(String) - Method in class io.openems.backend.metadata.file.File
 
getUser(String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
getUser() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithSessionIdResponse
 
getUser() - Method in class io.openems.backend.metadata.odoo.postgres.Credentials
 
getUser(Metadata) - Method in class io.openems.backend.uiwebsocket.impl.WsData
Gets the authenticated User.
getUser() - Method in class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
getUser() - Method in class io.openems.edge.controller.api.websocket.WsData
 
getUserDataMemoryBank() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns instance of the memory bank representing this device's general-purpose user data memory.
getUserId() - Method in class io.openems.backend.uiwebsocket.impl.WsData
Gets the authenticated User-ID.
getUsername() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordResponse
 
getUsername() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
getUserOpt() - Method in class io.openems.backend.b2bwebsocket.WsData
 
getUserService() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
Gets the UserService.
getUserService() - Method in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
getUserService() - Method in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
getUserWithTimeout(long, TimeUnit) - Method in class io.openems.backend.b2bwebsocket.WsData
 
getUsingBundle() - Method in class io.openems.edge.common.test.DummyComponentContext
 
getValue() - Method in class io.openems.backend.metadata.odoo.odoo.FieldValue
 
getValue(EdgeCache) - Method in class io.openems.backend.timedata.influx.ChannelFormula
 
getValue() - Method in enum io.openems.common.channel.Level
 
getValue() - Method in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
getValue() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
getValue() - Method in class io.openems.common.types.ConfigurationProperty
 
getValue() - Method in interface io.openems.common.types.OptionsEnum
Gets this enums int representation.
getValue() - Method in enum io.openems.edge.battery.bmw.enums.BmsState
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.BmsStateCommand
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits1
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.ErrorBits2
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.InfoBits
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.State
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits1
 
getValue() - Method in enum io.openems.edge.battery.bmw.enums.WarningBits2
 
getValue() - Method in enum io.openems.edge.battery.bydcommercial.BatteryWorkState
 
getValue() - Method in enum io.openems.edge.battery.bydcommercial.ClusterRunState
 
getValue() - Method in enum io.openems.edge.battery.bydcommercial.PreChargeControl
 
getValue() - Method in enum io.openems.edge.battery.bydcommercial.State
 
getValue() - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
 
getValue() - Method in enum io.openems.edge.battery.soltaro.ChargeIndication
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.ClusterStartStop
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RackUsage
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.enums.RunningState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.ContactorControl
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.versionb.Enums.ClusterRunState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.battery.soltaro.controller.State
 
getValue() - Method in enum io.openems.edge.battery.soltaro.enums.EmsBaudrate
 
getValue() - Method in enum io.openems.edge.battery.soltaro.ModuleParameters
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ClusterRunState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versiona.ContactorControl
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.AutoSetFunction
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ClusterRunState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactExport
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorControl
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.FanStatus
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.PreContactorState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ShortCircuitFunction
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.enums.SystemRunMode
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.AutoSetFunction
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.ClusterRunState
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.PreChargeControl
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.Sleep
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.enums.SystemReset
 
getValue() - Method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.battery.soltaro.State
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.ErrorCode
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ControlMode
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201CurrentState
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ErrPcu
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201RequestedState
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPcu
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPu
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StVnd
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201VarParamEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201WParamEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202.S64202EnLimit
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203.S64203EmsErrCode
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204.S64204OffsetEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.Conn
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.DerTyp
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Conn
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.DerTyp
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.Event1
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.LocRemCtl
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OperatingState
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.OutPFSetEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.PCSSetOperation
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VArPctEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.VendorOperatingState
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.enums.WMaxLimEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.Event1
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.LocRemCtl
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.OperatingState
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.OutPFSetEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.PCSSetOperation
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.VArPctEna
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.VendorOperatingState
 
getValue() - Method in enum io.openems.edge.batteryinverter.refu88k.WMaxLimEna
 
getValue() - Method in enum io.openems.edge.bridge.modbus.api.Parity
 
getValue() - Method in enum io.openems.edge.bridge.modbus.api.Stopbit
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120_DERTyp
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ClcTotVA
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ConnPh
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_VArAct
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_ECPConn
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_PVConn
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_RtSt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StActCtl
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StorConn
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StSetLimMsk
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_Conn
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_OutPFSet_Ena
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Ena
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Mod
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_WMaxLim_Ena
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaGriSet
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaSt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_StorCtl_Mod
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_ModEna
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_SigType
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_HysEna
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_ModEna
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ArGraMod
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ModEna
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201_Evt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202_Evt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203_Evt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204_Evt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Ctl
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Evt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_St
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Alarm_email_en
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Log_mode
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_NTP_enable
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_SMTP_enable_SSL
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111_ChargerSt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_auto_restart
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_control
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_mode
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_polarity
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_state
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_grid_tie
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_MPPT_mode
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_max
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_width
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_temp_comp
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ChaSt
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Evt1
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_LocRemCtl
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ReqInvState
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetInvState
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetOp
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_State
 
getValue() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Typ
 
getValue(OpenemsComponent) - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getValue(OpenemsComponent) - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getValue() - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
getValue(OpenemsComponent) - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
getValue() - Method in enum io.openems.edge.common.startstop.StartStop
 
getValue() - Method in enum io.openems.edge.common.sum.GridMode
 
getValue() - Method in class io.openems.edge.common.test.AbstractComponentTest.ChannelValue
 
getValue() - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Gets the value as a JsonElement.
getValue() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
getValue() - Method in enum io.openems.edge.controller.channelthreshold.State
 
getValue() - Method in enum io.openems.edge.controller.chp.soc.Mode
 
getValue() - Method in enum io.openems.edge.controller.chp.soc.State
 
getValue() - Method in enum io.openems.edge.controller.ess.acisland.State
 
getValue() - Method in enum io.openems.edge.controller.ess.delaycharge.State
 
getValue() - Method in enum io.openems.edge.controller.ess.limittotaldischarge.State
 
getValue() - Method in enum io.openems.edge.controller.ess.mindischargeperiod.State
 
getValue() - Method in enum io.openems.edge.controller.ess.onefullcycle.CycleOrder
 
getValue() - Method in enum io.openems.edge.controller.ess.onefullcycle.State
 
getValue() - Method in enum io.openems.edge.controller.ess.predictivedelaycharge.State
 
getValue() - Method in enum io.openems.edge.controller.evcs.ChargeMode
 
getValue() - Method in enum io.openems.edge.controller.evcs.Priority
 
getValue() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.Mode
 
getValue() - Method in enum io.openems.edge.controller.io.channelsinglethreshold.State
 
getValue() - Method in enum io.openems.edge.controller.io.heatingelement.Level
 
getValue() - Method in enum io.openems.edge.controller.timeslotpeakshaving.ChargeState
 
getValue() - Method in enum io.openems.edge.ess.byd.container.BatteryStringWorkState
 
getValue() - Method in enum io.openems.edge.ess.byd.container.SetSystemWorkstate
 
getValue() - Method in enum io.openems.edge.ess.byd.container.SystemWorkmode
 
getValue() - Method in enum io.openems.edge.ess.byd.container.SystemWorkstate
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryMaintenanceState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.BatteryStringSwitchState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkMode
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.ControlMode
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.InverterState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.SetWorkState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemManufacturer
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemState
 
getValue() - Method in enum io.openems.edge.ess.fenecon.commercial40.SystemType
 
getValue() - Method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
 
getValue() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.CurrentState
 
getValue() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.ErrorCode
 
getValue() - Method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.RequestedState
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStateMachine
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStatusMCU
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.ErrorHandler.State
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.GoingOffgridHandler.State
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.OngridHandler.State
 
getValue() - Method in enum io.openems.edge.ess.mr.gridcon.StateMachine.State
 
getValue() - Method in class io.openems.edge.ess.power.api.Constraint
 
getValue() - Method in class io.openems.edge.ess.power.api.LinearCoefficient
 
getValue() - Method in enum io.openems.edge.ess.power.api.SolverStrategy
 
getValue() - Method in enum io.openems.edge.ess.refu.BatteryMode
 
getValue() - Method in enum io.openems.edge.ess.refu.BatteryState
 
getValue() - Method in enum io.openems.edge.ess.refu.DcdcStatus
 
getValue() - Method in enum io.openems.edge.ess.refu.SetOperationMode
 
getValue() - Method in enum io.openems.edge.ess.sinexcel.CurrentState
 
getValue() - Method in enum io.openems.edge.ess.sinexcel.FalseTrue
 
getValue() - Method in enum io.openems.edge.ess.streetscooter.InverterMode
 
getValue() - Method in enum io.openems.edge.evcs.api.ChargingType
 
getValue() - Method in enum io.openems.edge.evcs.api.Status
 
getValue() - Method in enum io.openems.edge.evcs.keba.kecontact.Plug
 
getValue() - Method in enum io.openems.edge.fenecon.dess.ess.BsmuWorkState
 
getValue() - Method in enum io.openems.edge.fenecon.dess.ess.StackChargeState
 
getValue() - Method in enum io.openems.edge.fenecon.dess.ess.SystemState
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.BatteryGroupState
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.ControlMode
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.PcsMode
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.SetupMode
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.SetWorkState
 
getValue() - Method in enum io.openems.edge.fenecon.mini.ess.SystemState
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.BatteryGroupState
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.ControlMode
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.PcsMode
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.PcsOperationState
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.SetupMode
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.SetWorkState
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.SystemState
 
getValue() - Method in enum io.openems.edge.fenecon.pro.ess.WorkMode
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.AppModeIndex
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.BatteryMode
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.GridMode
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.LoadMode
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.MeterCommunicateStatus
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectCheckFlag
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.MeterConnectStatus
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.OperationMode
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.OutputTypeAC
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.PowerModeEms
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.SafetyCountry
 
getValue() - Method in enum io.openems.edge.goodwe.et.ess.WorkMode
 
getValue() - Method in enum io.openems.edge.kostal.piko.core.api.BatteryCurrentDirection
 
getValue() - Method in enum io.openems.edge.meter.weidmueller.RotationField
 
getValue() - Method in enum io.openems.edge.pvinverter.solarlog.PLimitType
 
getValue() - Method in enum io.openems.edge.pvinverter.solarlog.Status
 
getValue(OpenemsType, String) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
getValue(String) - Method in class io.openems.edge.simulator.DataContainer
Gets the value for the key from the current record.
getValue(OpenemsType, String) - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
getValue(OpenemsType, String) - Method in interface io.openems.edge.simulator.datasource.api.SimulatorDatasource
Gets the value for the given key (channelId) in the given type.
getValue() - Method in enum io.openems.edge.sma.enums.AbsorptionPhaseActive
 
getValue() - Method in enum io.openems.edge.sma.enums.AcknowledgeGeneratorErrors
 
getValue() - Method in enum io.openems.edge.sma.enums.ActiveBatteryChargingMode
 
getValue() - Method in enum io.openems.edge.sma.enums.AutomaticFrequencySynchronization
 
getValue() - Method in enum io.openems.edge.sma.enums.AutomaticGeneratorStart
 
getValue() - Method in enum io.openems.edge.sma.enums.BatteryType
 
getValue() - Method in enum io.openems.edge.sma.enums.BMSOperatingMode
 
getValue() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiEndPoint
 
getValue() - Method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiStartingPoint
 
getValue() - Method in enum io.openems.edge.sma.enums.ControlOfBatteryChargingViaCommunicationAvailable
 
getValue() - Method in enum io.openems.edge.sma.enums.DataTransferRateOfNetworkTerminalA
 
getValue() - Method in enum io.openems.edge.sma.enums.DuplexModeOfNetworkTerminalA
 
getValue() - Method in enum io.openems.edge.sma.enums.GeneratorStatus
 
getValue() - Method in enum io.openems.edge.sma.enums.GridCreatingGenerator
 
getValue() - Method in enum io.openems.edge.sma.enums.GridRequestViaChargeType
 
getValue() - Method in enum io.openems.edge.sma.enums.GridRequestViPowerSwitchOn
 
getValue() - Method in enum io.openems.edge.sma.enums.ManualControlOfNetworkConnection
 
getValue() - Method in enum io.openems.edge.sma.enums.ManualEqualizationCharge
 
getValue() - Method in enum io.openems.edge.sma.enums.ManualGeneratorStart
 
getValue() - Method in enum io.openems.edge.sma.enums.MemoryCardStatus
 
getValue() - Method in enum io.openems.edge.sma.enums.MeterSetting
 
getValue() - Method in enum io.openems.edge.sma.enums.MultifunctionRelayStatus
 
getValue() - Method in enum io.openems.edge.sma.enums.OperatingModeForActivePowerLimitation
 
getValue() - Method in enum io.openems.edge.sma.enums.OperatingModeOfActivePowerLimitationAtOverFrequency
 
getValue() - Method in enum io.openems.edge.sma.enums.PowerFeedbackToPublicGridAllowed
 
getValue() - Method in enum io.openems.edge.sma.enums.PowerSupplyStatus
 
getValue() - Method in enum io.openems.edge.sma.enums.PvMainsConnection
 
getValue() - Method in enum io.openems.edge.sma.enums.ReasonForGeneratorRequest
 
getValue() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheControlledInverter
 
getValue() - Method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheTimeControlledGeneratorOperation
 
getValue() - Method in enum io.openems.edge.sma.enums.RiseInSelfConsumptionSwitchedOn
 
getValue() - Method in enum io.openems.edge.sma.enums.SetControlMode
 
getValue() - Method in enum io.openems.edge.sma.enums.SpeedWireConnectionStatusOfNetworkTerminalA
 
getValue() - Method in enum io.openems.edge.sma.enums.StatusBatteryApplicationArea
 
getValue() - Method in enum io.openems.edge.sma.enums.StatusDigitalInput
 
getValue() - Method in enum io.openems.edge.sma.enums.StatusOfUtilityGrid
 
getValue() - Method in enum io.openems.edge.sma.enums.SystemState
 
getValue() - Method in enum io.openems.edge.sma.enums.TimeControlledGeneratorOperation
 
getValue() - Method in enum io.openems.edge.sma.enums.TimeControlledInverterOperation
 
getValue() - Method in enum io.openems.edge.sma.enums.TypeOfACSubdistribution
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16Hash
 
getValueDescription() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
getValueOfLine(Map<Float, Float>, float) - Static method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils
 
getValues() - Method in class io.openems.edge.predictor.api.HourlyPrediction
 
getVCC(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the state of the VCC pin.
getVersion() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the version number of this service.
getVersion() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Returns a version string, representing the release number on official releases, or release number and release date on incrememental releases.
getVersion() - Method in class io.openems.backend.metadata.api.Edge
 
getVoltage() - Method in interface io.openems.edge.battery.api.Battery
Gets the Voltage in [V].
getVoltage() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
getVoltage() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Voltage in [mV].
getVoltageChannel() - Method in interface io.openems.edge.battery.api.Battery
Gets the Channel for Battery.ChannelId.VOLTAGE.
getVoltageChannel() - Method in interface io.openems.edge.meter.api.SymmetricMeter
Gets the Channel for SymmetricMeter.ChannelId.VOLTAGE.
getVoltageL1() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Voltage on L1 in [mV].
getVoltageL1Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getVoltageL2() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Voltage on L2 in [mV].
getVoltageL2Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getVoltageL3() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Gets the Voltage on L3 in [mV].
getVoltageL3Channel() - Method in interface io.openems.edge.meter.api.AsymmetricMeter
getVoltageScalingFactor() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
getWasOutOfMemory() - Method in interface io.openems.edge.common.component.ComponentManager
Gets the Was Out of Memory Fault State.
getWasOutOfMemoryChannel() - Method in interface io.openems.edge.common.component.ComponentManager
getWatchdog() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getWatchdogChannel() - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
getWebsocket() - Method in class io.openems.common.websocket.WsData
Gets the WebSocket.
getWeight() - Method in class io.openems.edge.ess.power.api.Inverter
 
getWiperPosition() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Gets the current wiper position of this device.
getWiperPosition() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Gets the current wiper position of the Potentiometer.
getWords() - Method in enum io.openems.edge.common.modbusslave.ModbusType
 
getWorkspacePageNumber() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns the page number used by this coprocessor for regenerating the user authentication.
getWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns the value of the write cycle counter for the page where the account data is stored.
getWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Returns the value of the write cycle counter for the page where the account data is stored.
getWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Returns the value of the write cycle counter for the page where the account data is stored.
getWriteOnlyPasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the address the write only password starts
getWriteOnlyPasswordAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the absolute address of the memory location where the Write-Only password is written.
getWriteOnlyPasswordAddress() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the absolute address of the memory location where the Write-Only password is written.
getWriteOnlyPasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Retrieves the password length for the write-only password.
getWriteOnlyPasswordLength() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns the length in bytes of the Write-Only password.
getWriteOnlyPasswordLength() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns the length in bytes of the Write-Only password.
getWriteTasksManager() - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
Gets the Write-Tasks Manager.
getWsDataForTokenOrError(UUID) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
Gets the WebSocket connection attachment for a UI token.
getWsDataString(WebSocket) - Static method in class io.openems.common.websocket.WebsocketUtils
Gets the toString() content of the WsData attachment of the WebSocket; or empty string if not available.
getX() - Method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils.Point
 
getY() - Method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils.Point
 
getZone() - Method in class io.openems.edge.common.test.TimeLeapClock
 
GoConfiguration - Class in io.openems.edge.battery.bydcommercial.statemachine
 
GoConfiguration() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.GoConfiguration
 
GoConfigurationHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
GoConfigurationHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoConfigurationHandler
 
GoingOffgridHandler - Class in io.openems.edge.ess.mr.gridcon
 
GoingOffgridHandler(StateMachine) - Constructor for class io.openems.edge.ess.mr.gridcon.GoingOffgridHandler
 
GoingOffgridHandler.State - Enum in io.openems.edge.ess.mr.gridcon
 
GoingOngridHandler - Class in io.openems.edge.ess.mr.gridcon
 
GoingOngridHandler(StateMachine) - Constructor for class io.openems.edge.ess.mr.gridcon.GoingOngridHandler
 
GoodWeEtBatteryInverter - Interface in io.openems.edge.goodwe.et.ess
 
GoodWeEtBatteryInverterImpl - Class in io.openems.edge.goodwe.et.ess
 
GoodWeEtBatteryInverterImpl() - Constructor for class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
GoodWeEtChargerPv1 - Class in io.openems.edge.goodwe.et.charger
 
GoodWeEtChargerPv1() - Constructor for class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
GoodWeEtChargerPv2 - Class in io.openems.edge.goodwe.et.charger
 
GoodWeEtChargerPv2() - Constructor for class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv2
 
GoodWeEtConstants - Class in io.openems.edge.goodwe.et
 
GoodWeEtConstants() - Constructor for class io.openems.edge.goodwe.et.GoodWeEtConstants
 
GoodWeEtGridMeter - Class in io.openems.edge.goodwe.et.gridmeter
 
GoodWeEtGridMeter() - Constructor for class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
GoRunning - Class in io.openems.edge.battery.bydcommercial.statemachine
 
GoRunning() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.GoRunning
 
GoRunningHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
GoRunningHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoRunningHandler
 
GoRunningHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
GoRunningHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoRunningHandler
 
GoRunningHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
GoRunningHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoRunningHandler
 
GoRunningHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
GoRunningHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoRunningHandler
 
GoRunningHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
GoRunningHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.GoRunningHandler
 
GoStopped - Class in io.openems.edge.battery.bydcommercial.statemachine
 
GoStopped() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.GoStopped
 
GoStoppedHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
GoStoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoStoppedHandler
 
GoStoppedHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
GoStoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoStoppedHandler
 
GoStoppedHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
GoStoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoStoppedHandler
 
GoStoppedHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
GoStoppedHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoStoppedHandler
 
GoStoppedHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
GoStoppedHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.GoStoppedHandler
 
GRID_ACTIVE_POWER - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
GRID_BUY_ACTIVE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
GRID_SELL_ACTIVE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
GridConChannelId - Enum in io.openems.edge.ess.mr.gridcon.enums
This enum holds every possible channel id for a gridcon.
GridConnSchedule(long, int, int) - Constructor for class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
GridconPCS - Class in io.openems.edge.ess.mr.gridcon
 
GridconPCS() - Constructor for class io.openems.edge.ess.mr.gridcon.GridconPCS
 
GridCreatingGenerator - Enum in io.openems.edge.sma.enums
 
GridMeter - Class in io.openems.edge.simulator.meter.grid.acting
 
GridMeter() - Constructor for class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
GridMeter - Class in io.openems.edge.simulator.meter.grid.reacting
 
GridMeter() - Constructor for class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
GridMeter.ChannelId - Enum in io.openems.edge.simulator.meter.grid.acting
 
GridMeter.ChannelId - Enum in io.openems.edge.simulator.meter.grid.reacting
 
GridMeterChannelId - Enum in io.openems.edge.goodwe.et.gridmeter
 
GridMode - Enum in io.openems.edge.common.sum
 
GridMode - Enum in io.openems.edge.goodwe.et.ess
 
GridRequestViaChargeType - Enum in io.openems.edge.sma.enums
 
GridRequestViPowerSwitchOn - Enum in io.openems.edge.sma.enums
 
GSR_BIT_CONVERSION_IN_PROGRESS - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Conversion In Progress
GSR_BIT_FORCED_CONVERSION_IN_PROGRESS - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Forced Conversion In Progress
GSR_BIT_MEMORY_CLEARED - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Memory Cleared
GSR_BIT_MISSION_IN_PROGRESS - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Mission In Progress
GSR_BIT_SAMPLE_IN_PROGRESS - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Sample In Progress
GSR_BIT_WAITING_FOR_TEMPERATURE_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
General Status Register Bit: Waiting for Temperature Alarm

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.openems.backend.b2brest.RestHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.openems.edge.controller.api.rest.RestHandler
 
handleAuthorizeRequest(UUID, AuthorizeRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleBootNotificationRequest(UUID, BootNotificationRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleConnection(Socket) - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Handles a socket connection.
handleConnection(Socket) - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Handles a socket connection.
handleCreateComponentConfigRequest(User, CreateComponentConfigRequest) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
Handles a CreateComponentConfigRequest.
handleDataTransferRequest(UUID, DataTransferRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleDeleteComponentConfigRequest(User, DeleteComponentConfigRequest) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
Handles a DeleteComponentConfigRequest.
handleDiagnosticsStatusNotificationRequest(UUID, DiagnosticsStatusNotificationRequest) - Method in class io.openems.edge.evcs.ocpp.server.FirmwareManagementEventHandlerImpl
 
handleEvent(Event) - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
handleEvent(Event) - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
handleEvent(Event) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
handleEvent(Event) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
handleEvent(Event) - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
handleEvent(Event) - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
handleEvent(Event) - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
handleEvent(Event) - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
handleEvent(Event) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
handleEvent(String) - Method in class io.openems.edge.common.test.AbstractComponentTest
If the 'system-under-test' is a EventHandler call the EventHandler.handleEvent(Event) method.
handleEvent(Event) - Method in class io.openems.edge.controller.api.backend.BackendApi
 
handleEvent(Event) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
handleEvent(ConfigurationEvent) - Method in class io.openems.edge.core.componentmanager.EdgeConfigWorker
 
handleEvent(Event) - Method in class io.openems.edge.ess.cluster.EssCluster
 
handleEvent(Event) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
handleEvent(Event) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
handleEvent(Event) - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
handleEvent(Event) - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
handleEvent(Event) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
The main entry point for the Gridcon PCS implementation.
handleEvent(Event) - Method in class io.openems.edge.ess.refu.RefuEss
 
handleEvent(Event) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
handleEvent(Event) - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Call it in the implementations.
handleEvent(Event) - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
handleEvent(Event) - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
handleEvent(Event) - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
handleEvent(Event) - Method in class io.openems.edge.evcs.ocpp.abl.Abl
 
handleEvent(Event) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
handleEvent(Event) - Method in class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
handleEvent(Event) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
handleEvent(Event) - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
handleEvent(Event) - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
handleEvent(Event) - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
handleEvent(Event) - Method in class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
handleEvent(Event) - Method in class io.openems.edge.io.shelly.shelly25.Shelly25Impl
 
handleEvent(Event) - Method in class io.openems.edge.io.shelly.shellyplug.ShellyPlugImpl
 
handleEvent(Event) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
handleEvent(Event) - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
handleEvent(Event) - Method in class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
handleEvent(Event) - Method in class io.openems.edge.predictor.persistencemodel.AbstractPersistenceModelPredictor
Collects the persistence model data on every cycle.
handleEvent(Event) - Method in class io.openems.edge.pvinverter.cluster.PvInverterCluster
 
handleEvent(Event) - Method in class io.openems.edge.pvinverter.kaco.blueplanet.KacoBlueplanet
 
handleEvent(Event) - Method in class io.openems.edge.pvinverter.sma.SmaPvInverter
 
handleEvent(Event) - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
handleEvent(Event) - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
Make sure to call this method from the inheriting OSGi Component.
handleEvent(Event) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
handleEvent(Event) - Method in class io.openems.edge.simulator.battery.BatteryDummy
 
handleEvent(Event) - Method in class io.openems.edge.simulator.datasource.api.AbstractCsvDatasource
 
handleEvent(Event) - Method in class io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric
 
handleEvent(Event) - Method in class io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase
 
handleEvent(Event) - Method in class io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric
 
handleEvent(Event) - Method in class io.openems.edge.simulator.evcs.SimulatedEvcs
 
handleEvent(Event) - Method in class io.openems.edge.simulator.meter.grid.acting.GridMeter
 
handleEvent(Event) - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
handleEvent(Event) - Method in class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
handleEvent(Event) - Method in class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
handleEvent(Event) - Method in class io.openems.edge.simulator.pvinverter.PvInverter
 
handleEvent(Event) - Method in class io.openems.edge.solaredge.pvinverter.SolarEdge
 
handleEvent(Event) - Method in class io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2CoreImpl
 
handleEvent(Event) - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
handleEvent(Event) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
handleException(InfluxDBException.FieldTypeConflictException) - Method in class io.openems.backend.timedata.influx.FieldTypeConflictHandler
Handles a InfluxDBException.FieldTypeConflictException; adds special handling for fields that already exist in the database.
handleExecuteCommandRequest(ExecuteSystemCommandRequest) - Method in interface io.openems.edge.core.host.OperatingSystem
Executes a command.
handleExecuteCommandRequest(ExecuteSystemCommandRequest) - Method in class io.openems.edge.core.host.OperatingSystemDebianSystemd
 
handleFirmwareStatusNotificationRequest(UUID, FirmwareStatusNotificationRequest) - Method in class io.openems.edge.evcs.ocpp.server.FirmwareManagementEventHandlerImpl
 
handleHeartbeatRequest(UUID, HeartbeatRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleInternalErrorAsync(Exception) - Method in class io.openems.common.websocket.AbstractWebsocket
Handles an internal Error asynchronously
handleInternalErrorSync(Exception, String) - Method in class io.openems.common.websocket.AbstractWebsocket
Handles an internal Error synchronously
handleJsonrpcRequest(User, JsonrpcRequest) - Method in interface io.openems.edge.common.jsonapi.JsonApi
Handles a JSON-RPC Request.
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.common.test.DummyComponentManager
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.core.host.Host
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
handleJsonrpcRequest(User, JsonrpcRequest) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
handleJsonrpcResponse(JsonrpcResponse) - Method in class io.openems.common.websocket.WsData
Handles a JSON-RPC response by completing the previously registers request Future.
handleMeterValuesRequest(UUID, MeterValuesRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleNonJsonrpcMessage(String, OpenemsError.OpenemsNamedException) - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
handleNonJsonrpcMessage(String, OpenemsError.OpenemsNamedException) - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
handleNonJsonrpcMessage(String, OpenemsError.OpenemsNamedException) - Method in class io.openems.common.websocket.AbstractWebsocketServer
Convert deprecated Non-JSON-RPC messages to JSON-RPC messages.
handlePaxLoggingEvent(PaxLoggingEvent) - Method in class io.openems.edge.controller.api.websocket.SystemLogHandler
Handles a PaxLoggingEvent and sends a SystemLogNotification to all subscribed UI sessions.
handleQueryHistoricTimeseriesExportXlxsRequest(String, QueryHistoricTimeseriesExportXlxsRequest) - Method in interface io.openems.common.timedata.CommonTimedataService
Handles a QueryHistoricTimeseriesExportXlxsRequest request.
handler - Variable in enum io.openems.edge.battery.bydcommercial.statemachine.State
 
Handler() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.State.Handler
 
handleRequest(String, BackendUser, JsonrpcRequest) - Method in interface io.openems.backend.common.jsonrpc.JsonRpcRequestHandler
Handles a JSON-RPC Request.
handleRequest(BackendUser, UUID, EdgeRpcRequest) - Method in class io.openems.backend.core.jsonrpcrequesthandler.EdgeRpcRequestHandler
Handles an EdgeRpcRequest.
handleRequest(String, BackendUser, JsonrpcRequest) - Method in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
Handles a JSON-RPC Request.
handleResponse(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
handleResponse(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
handleResponse(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.FC3ReadRegistersTask
 
handleResponse(ModbusResponse) - Method in class io.openems.edge.bridge.modbus.api.task.FC4ReadInputRegistersTask
 
handleSetChannelValueRequest(ComponentManager, User, SetChannelValueRequest) - Method in class io.openems.edge.controller.api.common.ApiWorker
Adds a value via JSON-RPC SetChannelValueRequest.
handleSetNetworkConfigRequest(NetworkConfiguration, SetNetworkConfigRequest) - Method in interface io.openems.edge.core.host.OperatingSystem
Handles a SetNetworkConfigRequest.
handleSetNetworkConfigRequest(NetworkConfiguration, SetNetworkConfigRequest) - Method in class io.openems.edge.core.host.OperatingSystemDebianSystemd
Handles a SetNetworkConfigRequest for systemd-networkd.
handleStartTransactionRequest(UUID, StartTransactionRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleStatusNotificationRequest(UUID, StatusNotificationRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleStopTransactionRequest(UUID, StopTransactionRequest) - Method in class io.openems.edge.evcs.ocpp.server.CoreEventHandlerImpl
 
handleSubscribeChannelsRequest(Role, SubscribeChannelsRequest) - Method in class io.openems.common.websocket.SubscribedChannelsWorker
Applies a SubscribeChannelsRequest.
handleSubscribeEdgesChannelsRequest(SubscribeEdgesChannelsRequest) - Method in class io.openems.backend.b2bwebsocket.SubscribedEdgesChannelsWorker
Applies a SubscribeChannelsRequest.
handleSubscribeSystemLogRequest(String, User, UUID, SubscribeSystemLogRequest) - Method in interface io.openems.backend.edgewebsocket.api.EdgeWebsocket
handleSubscribeSystemLogRequest(String, User, UUID, SubscribeSystemLogRequest) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
handleSubscribeSystemLogRequest(String, User, UUID, SubscribeSystemLogRequest) - Method in class io.openems.backend.edgewebsocket.impl.SystemLogHandler
handleSubscribeSystemLogRequest(UUID, SubscribeSystemLogRequest) - Method in class io.openems.edge.controller.api.websocket.SystemLogHandler
handleSubscribeSystemLogRequest(UUID, SubscribeSystemLogRequest) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
Handles a SubscribeSystemLogRequest by forwarding it to the 'SystemLogHandler'.
handleSystemLogNotification(String, SystemLogNotification) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
Handles a SystemLogNotification, i.e.
handleSystemLogNotification(String, User, SystemLogNotification) - Method in class io.openems.backend.edgewebsocket.impl.SystemLogHandler
Handles a SystemLogNotification, i.e.
handleUpdateComponentConfigRequest(User, UpdateComponentConfigRequest) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
Handles a UpdateComponentConfigRequest.
handshakeToJsonObject(Handshakedata) - Static method in class io.openems.common.websocket.WebsocketUtils
Converts a Handshake to a JsonObject
harmonicCompensation(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks to see if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks if the channels of this switch support activity sensing.
hasActivitySensing() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks to see if the channels of this switch support activity sensing.
hasADAlarmed(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Checks the state of the specified alarm on the specified channel.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Checks the alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to check the alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Checks the A/D alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks the state of the specified alarm on the specified channel.
hasADAlarms() - Method in interface com.dalsemi.onewire.container.ADContainer
Checks to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Queries to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this A/D measuring device has high/low alarms.
hasBeenExecuted() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
hasBeenExecuted() - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Gets whether this ReadTask has been successfully executed before.
hasBeenExecuted() - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
hasClockAlarm() - Method in interface com.dalsemi.onewire.container.ClockContainer
Checks to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if the clock has an alarm feature.
hasCompletelyStopped - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Flag for overall thread running state
hasElement(JsonElement, String...) - Static method in class io.openems.common.utils.JsonUtils
 
hasError(SingleRackVersionB, int) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
hasExtraInfo() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Checks to see if this memory bank's pages deliver extra information outside of the normal data space, when read.
hasExtraInfo() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Checks to see if this memory bank's pages deliver extra information outside of the normal data space, when read.
hasFaults() - Method in interface io.openems.edge.common.component.OpenemsComponent
Does this OpenEMS Component report any Faults?
hashCode() - Method in class com.dalsemi.onewire.application.file.OWFile
Computes a hash code for this abstract pathname.
hashCode() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
 
hashCode() - Method in class com.dalsemi.onewire.container.OneWireContainer
Returns a hash code value for the object.
hashCode() - Method in class io.openems.common.types.ChannelAddress
 
hashCode() - Method in class io.openems.common.types.SemanticVersion
 
hashCode() - Method in class io.openems.edge.common.test.TimeLeapClock
 
hashCode() - Method in class io.openems.edge.core.host.NetworkInterface.Inet4AddressWithNetmask
 
hashHandlers - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
Map of all Service threads created, only for multi-threaded
hashHandlers - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
Map of all Service threads created, only for multi-threaded
hasHumidityAlarms() - Method in interface com.dalsemi.onewire.container.HumidityContainer
Checks to see if this Humidity measuring device has high/low trip alarms.
hasHumidityAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Checks to see if this Humidity measuring device has high/low trip alarms.
hasHumidityAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this Humidity measuring device has high/low trip alarms.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks to see if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks if the channels of this switch support level sensing.
hasLevelSensing() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks to see if the channels of this switch support level sensing.
hasMissionAlarmed(int, int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if the specified channel's alarm value of the specified type has been triggered during the mission.
hasMissionAlarmed(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the specified channel's alarm value of the specified type has been triggered during the mission.
hasMissionAlarms(int) - Method in interface com.dalsemi.onewire.container.MissionContainer
Indicates whether or not the specified channel of this missioning device has mission alarm capabilities.
hasMissionAlarms(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Indicates whether or not the specified channel of this missioning device has mission alarm capabilities.
hasMissionRolloverOccurred() - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if a mission has rolled over.
hasMissionRolloverOccurred() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if a mission has rolled over.
hasPageAutoCRC() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank pages can be read with the contents being verified by a device generated CRC.
hasPageAutoCRC() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Checks to see if this memory bank's pages can be read with the contents being verified by a device generated CRC.
hasReadOnlyPassword() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the device has a read only password.
hasReadOnlyPassword() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if this device has a Read-Only password.
hasReadOnlyPassword() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if this device has a Read-Only password.
hasReadWritePassword() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the device has a read/write password.
hasReadWritePassword() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if this device has a Read/Write password.
hasReadWritePassword() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if this device has a Read/Write password.
hasResultandReset(Report) - Method in class io.openems.edge.evcs.keba.kecontact.ReadHandler
returns true or false, if the requested report answered or not and set that value to false.
hasSelectableHumidityResolution() - Method in interface com.dalsemi.onewire.container.HumidityContainer
Checks to see if this device has selectable Humidity resolution.
hasSelectableHumidityResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Checks to see if this device has selectable Humidity resolution.
hasSelectableHumidityResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this device has selectable Humidity resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Checks to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Checks to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks to see if this device has selectable temperature resolution.
hasSelectableTemperatureResolution() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Checks to see if this device has selectable temperature resolution.
hasSinglePasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns true if this device has the capability to enable one type of password while leaving another type disabled.
hasSinglePasswordEnable() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if this device has the capability to enable one type of password while leaving another type disabled.
hasSinglePasswordEnable() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if this device has the capability to enable one type of password while leaving another type disabled.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks to see if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks if the channels of this switch support 'smart on'.
hasSmartOn() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks to see if the channels of this switch support 'smart on'.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Checks to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Checks to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Queries to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Checks to see if this temperature measuring device has high/low trip alarms.
hasWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns true if this buttons account data is stored on a page that has a write cycle counter.
hasWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Returns true if this buttons account data is stored on a page that has a write cycle counter.
hasWriteCycleCounter() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Returns true if this buttons account data is stored on a page that has a write cycle counter.
hasWriteOnlyPassword() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Tells whether the device has a write only password.
hasWriteOnlyPassword() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if this device has a Write-Only password.
hasWriteOnlyPassword() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if this device has a Write-Only password.
haveExclusive() - Method in class com.dalsemi.onewire.adapter.SerialService
Check if this thread has exclusive control of the port.
haveExtraInfo() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Deprecated.
As of 1-Wire API 0.01, replaced by MemoryBankSHAEE.hasExtraInfo()
haveExtraInfo() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Deprecated.
As of 1-Wire API 0.01, replaced by PagedMemoryBank.hasExtraInfo()
headers - Variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils.JsonrpcResponseSuccessAndHeaders
 
HighLoadTimeslot - Class in io.openems.edge.controller.highloadtimeslot
 
HighLoadTimeslot() - Constructor for class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
HighLoadTimeslot(Clock) - Constructor for class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
HighLoadTimeslot.ChannelId - Enum in io.openems.edge.controller.highloadtimeslot
 
Host - Class in io.openems.edge.core.host
The Host-Component handles access to the host computer and operating system.
Host() - Constructor for class io.openems.edge.core.host.Host
 
Host.ChannelId - Enum in io.openems.edge.core.host
 
HOST_ID - Static variable in class io.openems.common.OpenemsConstants
 
hostRunning - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
boolean flags for stopping the host
hostRunning - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
boolean flags for stopping the host
hostStopped - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
boolean flags for stopping the host
hostStopped - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
boolean flags for stopping the host
HostWorker - Class in io.openems.edge.core.host
This Worker constantly checks if the disk is full.
HostWorker(Host) - Constructor for class io.openems.edge.core.host.HostWorker
 
HourlyPrediction - Class in io.openems.edge.predictor.api
Holds a prediction for 24 h; one value per hour; starting from 'start' time.
HourlyPrediction(Integer[], ZonedDateTime) - Constructor for class io.openems.edge.predictor.api.HourlyPrediction
 
HourlyPredictor - Interface in io.openems.edge.predictor.api
Provides a prediction for the next 24 h.
Humidity - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Humidity type of a tagged 1-Wire device.
Humidity() - Constructor for class com.dalsemi.onewire.application.tag.Humidity
Creates an object for the device.
Humidity(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Humidity
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
HumidityContainer - Interface in com.dalsemi.onewire.container
1-Wire Humidity interface class for basic Humidity measuring operations.
HybridEss - Interface in io.openems.edge.ess.api
A HybridEss is a SymmetricEss with one or more EssDcChargers.
HybridEss.ChannelId - Enum in io.openems.edge.ess.api
 

I

I_BALANCE - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_CONTINUATION_PTR - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_CONTINUATION_PTR - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
 
I_CONVERSION_FACTOR - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_DATA_TYPE_CODE - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_DATA_TYPE_CODE - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
 
I_FILE_CRC16 - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_FILE_CRC16 - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
 
I_FILE_LENGTH - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
indices for fields in user account file
I_FILE_LENGTH - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
indices for fields in user account file
I_SIGNATURE - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_SIGNATURE - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
 
I_TRANSACTION_ID - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
 
I_VERDATA - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
 
IAD_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current A/D Control bit with setFlag/getFlag.
ib - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Reference to the OneWireContainer this bank resides on.
ibc - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Reference to the OneWireContainer
ibc - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Reference to the OneWireContainer
ibc33 - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Reference to the OneWireContainer
ibPass - Variable in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Password Container to access the passwords for the memory bank.
ibPass - Variable in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
The Password container to acces the 8 byte passwords
id() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
 
id() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
 
id() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
 
id() - Method in interface io.openems.backend.metadata.odoo.Field
 
id - Variable in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
 
id - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
id - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
id - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
id() - Method in interface io.openems.edge.common.channel.ChannelId
Gets the name in CamelCase.
id() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
id() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns a unique ID for this OpenEMS component.
id() - Method in class io.openems.edge.common.test.AbstractComponentConfig
 
id() - Method in class io.openems.edge.common.test.DummyComponentManager
 
IesKeywattSingleCcs - Class in io.openems.edge.evcs.ocpp.ies.keywatt.singleccs
 
IesKeywattSingleCcs() - Constructor for class io.openems.edge.evcs.ocpp.ies.keywatt.singleccs.IesKeywattSingleCcs
 
IGNORE_TIME_MAX - Static variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
IGNORE_TIME_MIN - Static variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
ignorePropertyKey(String) - Static method in class io.openems.common.types.EdgeConfig
Internal Method to decide whether a configuration property should be ignored.
impl - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201
 
impl - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202
 
impl - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203
 
impl - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S1
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S145
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S15
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S18
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S302
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S303
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S304
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S305
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S306
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S307
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S308
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64001
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64101
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S801
 
impl - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802
 
increasePosition(int, ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
increasePosition(int, ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadInputRegistersTask
 
increasePosition(int, ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
increment(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Increments the wiper position.
increment() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Increments the wiper position after selecting the part.
increment(boolean) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Increments the wiper position by one.
increment() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Increments the wiper position after selecting the part.
index() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
 
index() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
 
index() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
 
index() - Method in interface io.openems.backend.metadata.odoo.Field
 
index - Variable in class io.openems.edge.ess.power.api.Coefficient
 
Inet4AddressWithNetmask(Inet4Address, int) - Constructor for class io.openems.edge.core.host.NetworkInterface.Inet4AddressWithNetmask
 
Influx - Class in io.openems.backend.timedata.influx
 
Influx() - Constructor for class io.openems.backend.timedata.influx.Influx
 
InfluxConnector - Class in io.openems.shared.influxdb
 
InfluxConnector(String, int, String, String, String, String, boolean, BiConsumer<Iterable<Point>, Throwable>) - Constructor for class io.openems.shared.influxdb.InfluxConnector
The Constructor.
InfluxConstants - Class in io.openems.shared.influxdb
 
InfluxConstants() - Constructor for class io.openems.shared.influxdb.InfluxConstants
 
InfluxTimedata - Class in io.openems.edge.timedata.influxdb
Provides read and write access to InfluxDB.
InfluxTimedata() - Constructor for class io.openems.edge.timedata.influxdb.InfluxTimedata
 
InfluxTimedata.ChannelId - Enum in io.openems.edge.timedata.influxdb
 
InfoBits - Enum in io.openems.edge.battery.bmw.enums
 
init - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
An initialization parameter for the tagged device.
init(ComponentManager, Config) - Static method in class io.openems.edge.battery.soltaro.controller.state.StateController
 
initActuator() - Method in class com.dalsemi.onewire.application.tag.D2A
Initializes the actuator
initActuator() - Method in class com.dalsemi.onewire.application.tag.Switch
Initializes the actuator
initActuator() - Method in interface com.dalsemi.onewire.application.tag.TaggedActuator
Initialize the actuator
INITIAL_AMOUNT - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
Update the amount for initial account balance
INITIAL_AMOUNT - Static variable in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Update the amount for initial account balance
initialize() - Method in class io.openems.edge.ess.mr.gridcon.ErrorHandler
 
initialize() - Method in class io.openems.edge.ess.mr.gridcon.GoingOffgridHandler
 
initialize() - Method in class io.openems.edge.ess.mr.gridcon.GoingOngridHandler
 
initialize() - Method in class io.openems.edge.ess.mr.gridcon.OffgridHandler
 
initialize() - Method in class io.openems.edge.ess.mr.gridcon.OngridHandler
 
initialize(Set<String>) - Method in class io.openems.edge.ess.power.api.Coefficients
 
initializeCopyPhaseChannel(AsymmetricEss, SinglePhase) - Static method in interface io.openems.edge.ess.api.SinglePhaseEss
Initializes Channel listeners.
initializeCopyPhaseChannel(AsymmetricMeter, SinglePhase) - Static method in interface io.openems.edge.meter.api.SinglePhaseMeter
Initializes Channel listeners.
initializeCycle() - Method in class io.openems.edge.ess.core.power.Data
 
InitializeEdgesWorker - Class in io.openems.backend.metadata.odoo.postgres
 
InitializeEdgesWorker(PostgresHandler, HikariDataSource, Runnable) - Constructor for class io.openems.backend.metadata.odoo.postgres.InitializeEdgesWorker
 
initializePowerSumChannels(AsymmetricEss) - Static method in interface io.openems.edge.ess.api.AsymmetricEss
Initializes Channel listeners to set the Active- and Reactive-Power Channel value as the sum of L1 + L2 + L3.
initializePowerSumChannels(AsymmetricMeter) - Static method in interface io.openems.edge.meter.api.AsymmetricMeter
Initializes Channel listeners to set the Active- and Reactive-Power Channel value as the sum of L1 + L2 + L3.
initialSignature - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
20 byte initial signature, used for signing user account data
initialValue(OptionsEnum) - Method in class io.openems.edge.common.channel.EnumDoc
Initial-Value.
initialValue(T) - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Initial-Value.
input - Variable in class com.dalsemi.onewire.adapter.NetAdapterConstants.Connection
input stream from socket
input(ChannelAddress, Object) - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
 
INS - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Index for addressing INS in this CommandAPDU apduBuffer.
InsertEdgeConfigUpdate - Class in io.openems.backend.metadata.odoo.postgres.task
 
InsertEdgeConfigUpdate(int, EdgeConfigDiff) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.InsertEdgeConfigUpdate
 
InsertOrUpdateDeviceStates - Class in io.openems.backend.metadata.odoo.postgres.task
 
InsertOrUpdateDeviceStates(int, Timestamp, List<InsertOrUpdateDeviceStates.DeviceState>) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.InsertOrUpdateDeviceStates
 
InsertOrUpdateDeviceStates.DeviceState - Class in io.openems.backend.metadata.odoo.postgres.task
 
installMasterSecret(int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Installs a secret on this virtual DS1963S.
installMasterSecret(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Installs a secret on a DS1963S.
installMasterSecret(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Installs a secret on a DS1961S/DS2432.
instant() - Method in class io.openems.edge.common.test.TimeLeapClock
 
IntegerDoc - Class in io.openems.edge.common.channel
 
IntegerDoc() - Constructor for class io.openems.edge.common.channel.IntegerDoc
 
IntegerReadChannel - Class in io.openems.edge.common.channel
 
IntegerReadChannel(OpenemsComponent, ChannelId, IntegerDoc) - Constructor for class io.openems.edge.common.channel.IntegerReadChannel
 
IntegerReadChannel(OpenemsComponent, ChannelId, IntegerDoc, Integer) - Constructor for class io.openems.edge.common.channel.IntegerReadChannel
 
IntegerSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
IntegerSlidingValue() - Constructor for class io.openems.edge.common.type.slidingvalue.IntegerSlidingValue
 
IntegerWriteChannel - Class in io.openems.edge.common.channel
 
IntegerWriteChannel(OpenemsComponent, ChannelId, IntegerDoc) - Constructor for class io.openems.edge.common.channel.IntegerWriteChannel
 
IntegerWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
interpretVoltage(long, double) - Static method in class com.dalsemi.onewire.container.OneWireContainer20
Converts a raw voltage long value for the DS2450 into a valid voltage.
INTERRUPT_INTERVAL_1 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 1 second.
INTERRUPT_INTERVAL_131072 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 131072 seconds.
INTERRUPT_INTERVAL_2048 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 2048 seconds.
INTERRUPT_INTERVAL_32 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 32 seconds.
INTERRUPT_INTERVAL_4 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 4 seconds.
INTERRUPT_INTERVAL_4096 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 1 seconds.
INTERRUPT_INTERVAL_64 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 64 seconds.
INTERRUPT_INTERVAL_65536 - Static variable in class com.dalsemi.onewire.container.OneWireContainer27
Passed to setInterruptInterval to set the interrupt interval to 65536 seconds.
INTERVAL_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of inverval-counter-alarm in array returned from read registers
INTERVAL_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of inverval-counter in array returned from read registers
IntUtils - Class in io.openems.common.utils
 
IntUtils() - Constructor for class io.openems.common.utils.IntUtils
 
IntUtils.Round - Enum in io.openems.common.utils
 
invalidate(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
invalidate(AbstractModbusBridge) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Invalidates the Channel in case it could not be read from the Modbus device, i.e.
invalidateElementsAfterReadErrors() - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
After how many errors should a element be invalidated?.
InvalidValueException - Exception in io.openems.common.exceptions
 
InvalidValueException(String) - Constructor for exception io.openems.common.exceptions.InvalidValueException
 
INVERT - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Inverts the value from Element to Channel.
INVERT - Static variable in class io.openems.edge.common.converter.StaticConverters
Invert a value
INVERT_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Converts depending on the given parameter.
Inverter - Class in io.openems.edge.ess.power.api
 
Inverter(String, Phase) - Constructor for class io.openems.edge.ess.power.api.Inverter
 
InverterCount - Enum in io.openems.edge.ess.mr.gridcon.enums
 
InverterMode - Enum in io.openems.edge.ess.streetscooter
 
inverterOff() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
Stops the inverter.
inverterOn() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
Starts the inverter.
invertersAdjustSortingByWeights(List<Inverter>) - Static method in class io.openems.edge.ess.core.power.Data
Adjust the sorting of Inverters by weights.
invertersSortByWeights(List<Inverter>) - Static method in class io.openems.edge.ess.core.power.Data
Sorts the list of Inverters by their weights descending.
InverterState - Enum in io.openems.edge.ess.fenecon.commercial40
 
InverterState - Enum in io.openems.edge.ess.sinexcel
 
io.openems.backend.application - package io.openems.backend.application
 
io.openems.backend.b2brest - package io.openems.backend.b2brest
 
io.openems.backend.b2bwebsocket - package io.openems.backend.b2bwebsocket
 
io.openems.backend.b2bwebsocket.jsonrpc.notification - package io.openems.backend.b2bwebsocket.jsonrpc.notification
 
io.openems.backend.b2bwebsocket.jsonrpc.request - package io.openems.backend.b2bwebsocket.jsonrpc.request
 
io.openems.backend.common.component - package io.openems.backend.common.component
 
io.openems.backend.common.jsonrpc - package io.openems.backend.common.jsonrpc
 
io.openems.backend.common.jsonrpc.request - package io.openems.backend.common.jsonrpc.request
 
io.openems.backend.common.jsonrpc.response - package io.openems.backend.common.jsonrpc.response
 
io.openems.backend.common.session - package io.openems.backend.common.session
 
io.openems.backend.core.jsonrpcrequesthandler - package io.openems.backend.core.jsonrpcrequesthandler
 
io.openems.backend.edgewebsocket.api - package io.openems.backend.edgewebsocket.api
 
io.openems.backend.edgewebsocket.impl - package io.openems.backend.edgewebsocket.impl
 
io.openems.backend.metadata.api - package io.openems.backend.metadata.api
 
io.openems.backend.metadata.dummy - package io.openems.backend.metadata.dummy
 
io.openems.backend.metadata.file - package io.openems.backend.metadata.file
 
io.openems.backend.metadata.odoo - package io.openems.backend.metadata.odoo
 
io.openems.backend.metadata.odoo.odoo - package io.openems.backend.metadata.odoo.odoo
 
io.openems.backend.metadata.odoo.odoo.jsonrpc - package io.openems.backend.metadata.odoo.odoo.jsonrpc
 
io.openems.backend.metadata.odoo.postgres - package io.openems.backend.metadata.odoo.postgres
 
io.openems.backend.metadata.odoo.postgres.task - package io.openems.backend.metadata.odoo.postgres.task
 
io.openems.backend.timedata.api - package io.openems.backend.timedata.api
 
io.openems.backend.timedata.dummy - package io.openems.backend.timedata.dummy
 
io.openems.backend.timedata.influx - package io.openems.backend.timedata.influx
 
io.openems.backend.uiwebsocket.api - package io.openems.backend.uiwebsocket.api
 
io.openems.backend.uiwebsocket.impl - package io.openems.backend.uiwebsocket.impl
 
io.openems.common - package io.openems.common
 
io.openems.common.channel - package io.openems.common.channel
 
io.openems.common.exceptions - package io.openems.common.exceptions
 
io.openems.common.jsonrpc.base - package io.openems.common.jsonrpc.base
 
io.openems.common.jsonrpc.notification - package io.openems.common.jsonrpc.notification
 
io.openems.common.jsonrpc.request - package io.openems.common.jsonrpc.request
 
io.openems.common.jsonrpc.response - package io.openems.common.jsonrpc.response
 
io.openems.common.jsonrpc.shared - package io.openems.common.jsonrpc.shared
 
io.openems.common.session - package io.openems.common.session
 
io.openems.common.timedata - package io.openems.common.timedata
 
io.openems.common.types - package io.openems.common.types
 
io.openems.common.utils - package io.openems.common.utils
 
io.openems.common.websocket - package io.openems.common.websocket
 
io.openems.common.worker - package io.openems.common.worker
 
io.openems.edge.application - package io.openems.edge.application
 
io.openems.edge.battery.api - package io.openems.edge.battery.api
 
io.openems.edge.battery.bmw - package io.openems.edge.battery.bmw
 
io.openems.edge.battery.bmw.enums - package io.openems.edge.battery.bmw.enums
 
io.openems.edge.battery.bydcommercial - package io.openems.edge.battery.bydcommercial
 
io.openems.edge.battery.bydcommercial.statemachine - package io.openems.edge.battery.bydcommercial.statemachine
 
io.openems.edge.battery.bydcommercial.utils - package io.openems.edge.battery.bydcommercial.utils
 
io.openems.edge.battery.soltaro - package io.openems.edge.battery.soltaro
 
io.openems.edge.battery.soltaro.cluster - package io.openems.edge.battery.soltaro.cluster
 
io.openems.edge.battery.soltaro.cluster.enums - package io.openems.edge.battery.soltaro.cluster.enums
 
io.openems.edge.battery.soltaro.cluster.versionb - package io.openems.edge.battery.soltaro.cluster.versionb
 
io.openems.edge.battery.soltaro.cluster.versionc - package io.openems.edge.battery.soltaro.cluster.versionc
 
io.openems.edge.battery.soltaro.cluster.versionc.statemachine - package io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
io.openems.edge.battery.soltaro.controller - package io.openems.edge.battery.soltaro.controller
 
io.openems.edge.battery.soltaro.controller.state - package io.openems.edge.battery.soltaro.controller.state
 
io.openems.edge.battery.soltaro.enums - package io.openems.edge.battery.soltaro.enums
 
io.openems.edge.battery.soltaro.single.versiona - package io.openems.edge.battery.soltaro.single.versiona
 
io.openems.edge.battery.soltaro.single.versionb - package io.openems.edge.battery.soltaro.single.versionb
 
io.openems.edge.battery.soltaro.single.versionb.enums - package io.openems.edge.battery.soltaro.single.versionb.enums
 
io.openems.edge.battery.soltaro.single.versionb.statemachine - package io.openems.edge.battery.soltaro.single.versionb.statemachine
 
io.openems.edge.battery.soltaro.single.versionc - package io.openems.edge.battery.soltaro.single.versionc
 
io.openems.edge.battery.soltaro.single.versionc.enums - package io.openems.edge.battery.soltaro.single.versionc.enums
 
io.openems.edge.battery.soltaro.single.versionc.statemachine - package io.openems.edge.battery.soltaro.single.versionc.statemachine
 
io.openems.edge.battery.soltaro.versionc - package io.openems.edge.battery.soltaro.versionc
 
io.openems.edge.battery.soltaro.versionc.utils - package io.openems.edge.battery.soltaro.versionc.utils
 
io.openems.edge.battery.test - package io.openems.edge.battery.test
 
io.openems.edge.batteryinverter.api - package io.openems.edge.batteryinverter.api
 
io.openems.edge.batteryinverter.kaco.blueplanetgridsave - package io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine - package io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
io.openems.edge.batteryinverter.refu88k - package io.openems.edge.batteryinverter.refu88k
 
io.openems.edge.batteryinverter.refu88k.enums - package io.openems.edge.batteryinverter.refu88k.enums
 
io.openems.edge.batteryinverter.refu88k.statemachine - package io.openems.edge.batteryinverter.refu88k.statemachine
 
io.openems.edge.batteryinverter.sunspec - package io.openems.edge.batteryinverter.sunspec
 
io.openems.edge.batteryinverter.test - package io.openems.edge.batteryinverter.test
 
io.openems.edge.bridge.mbus - package io.openems.edge.bridge.mbus
 
io.openems.edge.bridge.mbus.api - package io.openems.edge.bridge.mbus.api
 
io.openems.edge.bridge.modbus - package io.openems.edge.bridge.modbus
 
io.openems.edge.bridge.modbus.api - package io.openems.edge.bridge.modbus.api
 
io.openems.edge.bridge.modbus.api.element - package io.openems.edge.bridge.modbus.api.element
 
io.openems.edge.bridge.modbus.api.task - package io.openems.edge.bridge.modbus.api.task
 
io.openems.edge.bridge.modbus.sunspec - package io.openems.edge.bridge.modbus.sunspec
 
io.openems.edge.bridge.modbus.test - package io.openems.edge.bridge.modbus.test
 
io.openems.edge.bridge.onewire - package io.openems.edge.bridge.onewire
 
io.openems.edge.bridge.onewire.impl - package io.openems.edge.bridge.onewire.impl
 
io.openems.edge.common.channel - package io.openems.edge.common.channel
 
io.openems.edge.common.channel.calculate - package io.openems.edge.common.channel.calculate
 
io.openems.edge.common.channel.internal - package io.openems.edge.common.channel.internal
 
io.openems.edge.common.channel.value - package io.openems.edge.common.channel.value
 
io.openems.edge.common.component - package io.openems.edge.common.component
 
io.openems.edge.common.converter - package io.openems.edge.common.converter
 
io.openems.edge.common.cycle - package io.openems.edge.common.cycle
 
io.openems.edge.common.event - package io.openems.edge.common.event
 
io.openems.edge.common.filter - package io.openems.edge.common.filter
 
io.openems.edge.common.jsonapi - package io.openems.edge.common.jsonapi
 
io.openems.edge.common.meta - package io.openems.edge.common.meta
 
io.openems.edge.common.modbusslave - package io.openems.edge.common.modbusslave
 
io.openems.edge.common.startstop - package io.openems.edge.common.startstop
Declares an OpenEMS Component as being able to get started and stopped.
io.openems.edge.common.statemachine - package io.openems.edge.common.statemachine
This package holds helper classes to define a State-Machine inside an OpenEMS Component.
io.openems.edge.common.sum - package io.openems.edge.common.sum
 
io.openems.edge.common.taskmanager - package io.openems.edge.common.taskmanager
 
io.openems.edge.common.test - package io.openems.edge.common.test
 
io.openems.edge.common.type - package io.openems.edge.common.type
 
io.openems.edge.common.type.slidingvalue - package io.openems.edge.common.type.slidingvalue
 
io.openems.edge.common.user - package io.openems.edge.common.user
 
io.openems.edge.controller.api - package io.openems.edge.controller.api
 
io.openems.edge.controller.api.backend - package io.openems.edge.controller.api.backend
 
io.openems.edge.controller.api.common - package io.openems.edge.controller.api.common
 
io.openems.edge.controller.api.modbus - package io.openems.edge.controller.api.modbus
 
io.openems.edge.controller.api.modbus.jsonrpc - package io.openems.edge.controller.api.modbus.jsonrpc
 
io.openems.edge.controller.api.modbus.readonly - package io.openems.edge.controller.api.modbus.readonly
 
io.openems.edge.controller.api.modbus.readwrite - package io.openems.edge.controller.api.modbus.readwrite
 
io.openems.edge.controller.api.rest - package io.openems.edge.controller.api.rest
 
io.openems.edge.controller.api.rest.readonly - package io.openems.edge.controller.api.rest.readonly
 
io.openems.edge.controller.api.rest.readwrite - package io.openems.edge.controller.api.rest.readwrite
 
io.openems.edge.controller.api.websocket - package io.openems.edge.controller.api.websocket
 
io.openems.edge.controller.asymmetric.balancingcosphi - package io.openems.edge.controller.asymmetric.balancingcosphi
 
io.openems.edge.controller.asymmetric.fixactivepower - package io.openems.edge.controller.asymmetric.fixactivepower
 
io.openems.edge.controller.asymmetric.fixreactivepower - package io.openems.edge.controller.asymmetric.fixreactivepower
 
io.openems.edge.controller.asymmetric.peakshaving - package io.openems.edge.controller.asymmetric.peakshaving
 
io.openems.edge.controller.asymmetric.phaserectification - package io.openems.edge.controller.asymmetric.phaserectification
 
io.openems.edge.controller.channelthreshold - package io.openems.edge.controller.channelthreshold
 
io.openems.edge.controller.chp.soc - package io.openems.edge.controller.chp.soc
 
io.openems.edge.controller.debug.detailedlog - package io.openems.edge.controller.debug.detailedlog
 
io.openems.edge.controller.debuglog - package io.openems.edge.controller.debuglog
 
io.openems.edge.controller.ess.acisland - package io.openems.edge.controller.ess.acisland
 
io.openems.edge.controller.ess.delaycharge - package io.openems.edge.controller.ess.delaycharge
 
io.openems.edge.controller.ess.hybrid.surplusfeedtogrid - package io.openems.edge.controller.ess.hybrid.surplusfeedtogrid
 
io.openems.edge.controller.ess.limittotaldischarge - package io.openems.edge.controller.ess.limittotaldischarge
 
io.openems.edge.controller.ess.mindischargeperiod - package io.openems.edge.controller.ess.mindischargeperiod
 
io.openems.edge.controller.ess.onefullcycle - package io.openems.edge.controller.ess.onefullcycle
 
io.openems.edge.controller.ess.predictivedelaycharge - package io.openems.edge.controller.ess.predictivedelaycharge
 
io.openems.edge.controller.ess.predictivedelaycharge.ac - package io.openems.edge.controller.ess.predictivedelaycharge.ac
 
io.openems.edge.controller.ess.predictivedelaycharge.dc - package io.openems.edge.controller.ess.predictivedelaycharge.dc
 
io.openems.edge.controller.evcs - package io.openems.edge.controller.evcs
 
io.openems.edge.controller.evcs.fixactivepower - package io.openems.edge.controller.evcs.fixactivepower
 
io.openems.edge.controller.generic.jsonlogic - package io.openems.edge.controller.generic.jsonlogic
 
io.openems.edge.controller.highloadtimeslot - package io.openems.edge.controller.highloadtimeslot
 
io.openems.edge.controller.io.alarm - package io.openems.edge.controller.io.alarm
 
io.openems.edge.controller.io.channelsinglethreshold - package io.openems.edge.controller.io.channelsinglethreshold
 
io.openems.edge.controller.io.fixdigitaloutput - package io.openems.edge.controller.io.fixdigitaloutput
 
io.openems.edge.controller.io.heatingelement - package io.openems.edge.controller.io.heatingelement
 
io.openems.edge.controller.pvinverter.fixpowerlimit - package io.openems.edge.controller.pvinverter.fixpowerlimit
 
io.openems.edge.controller.selltogridlimit - package io.openems.edge.controller.selltogridlimit
 
io.openems.edge.controller.symmetric.balancing - package io.openems.edge.controller.symmetric.balancing
 
io.openems.edge.controller.symmetric.balancingschedule - package io.openems.edge.controller.symmetric.balancingschedule
 
io.openems.edge.controller.symmetric.fixactivepower - package io.openems.edge.controller.symmetric.fixactivepower
 
io.openems.edge.controller.symmetric.fixreactivepower - package io.openems.edge.controller.symmetric.fixreactivepower
 
io.openems.edge.controller.symmetric.limitactivepower - package io.openems.edge.controller.symmetric.limitactivepower
 
io.openems.edge.controller.symmetric.linearpowerband - package io.openems.edge.controller.symmetric.linearpowerband
 
io.openems.edge.controller.symmetric.peakshaving - package io.openems.edge.controller.symmetric.peakshaving
 
io.openems.edge.controller.symmetric.randompower - package io.openems.edge.controller.symmetric.randompower
 
io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic - package io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic
 
io.openems.edge.controller.symmetric.selfconsumption - package io.openems.edge.controller.symmetric.selfconsumption
 
io.openems.edge.controller.test - package io.openems.edge.controller.test
 
io.openems.edge.controller.timeslotpeakshaving - package io.openems.edge.controller.timeslotpeakshaving
 
io.openems.edge.core.componentmanager - package io.openems.edge.core.componentmanager
 
io.openems.edge.core.cycle - package io.openems.edge.core.cycle
 
io.openems.edge.core.host - package io.openems.edge.core.host
 
io.openems.edge.core.meta - package io.openems.edge.core.meta
 
io.openems.edge.core.sum - package io.openems.edge.core.sum
 
io.openems.edge.ess.api - package io.openems.edge.ess.api
 
io.openems.edge.ess.byd.container - package io.openems.edge.ess.byd.container
 
io.openems.edge.ess.byd.container.watchdog - package io.openems.edge.ess.byd.container.watchdog
 
io.openems.edge.ess.cluster - package io.openems.edge.ess.cluster
 
io.openems.edge.ess.core.power - package io.openems.edge.ess.core.power
 
io.openems.edge.ess.dccharger.api - package io.openems.edge.ess.dccharger.api
 
io.openems.edge.ess.fenecon.commercial40 - package io.openems.edge.ess.fenecon.commercial40
 
io.openems.edge.ess.fenecon.commercial40.charger - package io.openems.edge.ess.fenecon.commercial40.charger
 
io.openems.edge.ess.fenecon.commercial40.surplusfeedin - package io.openems.edge.ess.fenecon.commercial40.surplusfeedin
 
io.openems.edge.ess.generic.symmetric - package io.openems.edge.ess.generic.symmetric
 
io.openems.edge.ess.generic.symmetric.statemachine - package io.openems.edge.ess.generic.symmetric.statemachine
 
io.openems.edge.ess.kaco.blueplanet.gridsave50 - package io.openems.edge.ess.kaco.blueplanet.gridsave50
 
io.openems.edge.ess.mr.gridcon - package io.openems.edge.ess.mr.gridcon
 
io.openems.edge.ess.mr.gridcon.enums - package io.openems.edge.ess.mr.gridcon.enums
 
io.openems.edge.ess.mr.gridcon.writeutils - package io.openems.edge.ess.mr.gridcon.writeutils
 
io.openems.edge.ess.power.api - package io.openems.edge.ess.power.api
 
io.openems.edge.ess.refu - package io.openems.edge.ess.refu
 
io.openems.edge.ess.sinexcel - package io.openems.edge.ess.sinexcel
 
io.openems.edge.ess.streetscooter - package io.openems.edge.ess.streetscooter
 
io.openems.edge.ess.test - package io.openems.edge.ess.test
 
io.openems.edge.evcs.api - package io.openems.edge.evcs.api
 
io.openems.edge.evcs.cluster - package io.openems.edge.evcs.cluster
 
io.openems.edge.evcs.keba.kecontact - package io.openems.edge.evcs.keba.kecontact
 
io.openems.edge.evcs.keba.kecontact.core - package io.openems.edge.evcs.keba.kecontact.core
 
io.openems.edge.evcs.ocpp.abl - package io.openems.edge.evcs.ocpp.abl
 
io.openems.edge.evcs.ocpp.common - package io.openems.edge.evcs.ocpp.common
 
io.openems.edge.evcs.ocpp.ies.keywatt.singleccs - package io.openems.edge.evcs.ocpp.ies.keywatt.singleccs
 
io.openems.edge.evcs.ocpp.server - package io.openems.edge.evcs.ocpp.server
 
io.openems.edge.evcs.test - package io.openems.edge.evcs.test
 
io.openems.edge.fenecon.dess - package io.openems.edge.fenecon.dess
 
io.openems.edge.fenecon.dess.charger - package io.openems.edge.fenecon.dess.charger
 
io.openems.edge.fenecon.dess.ess - package io.openems.edge.fenecon.dess.ess
 
io.openems.edge.fenecon.dess.gridmeter - package io.openems.edge.fenecon.dess.gridmeter
 
io.openems.edge.fenecon.dess.pvmeter - package io.openems.edge.fenecon.dess.pvmeter
 
io.openems.edge.fenecon.mini - package io.openems.edge.fenecon.mini
 
io.openems.edge.fenecon.mini.ess - package io.openems.edge.fenecon.mini.ess
 
io.openems.edge.fenecon.mini.gridmeter - package io.openems.edge.fenecon.mini.gridmeter
 
io.openems.edge.fenecon.mini.pvmeter - package io.openems.edge.fenecon.mini.pvmeter
 
io.openems.edge.fenecon.pro.ess - package io.openems.edge.fenecon.pro.ess
 
io.openems.edge.fenecon.pro.pvmeter - package io.openems.edge.fenecon.pro.pvmeter
 
io.openems.edge.goodwe.et - package io.openems.edge.goodwe.et
 
io.openems.edge.goodwe.et.charger - package io.openems.edge.goodwe.et.charger
 
io.openems.edge.goodwe.et.ess - package io.openems.edge.goodwe.et.ess
 
io.openems.edge.goodwe.et.gridmeter - package io.openems.edge.goodwe.et.gridmeter
 
io.openems.edge.io.api - package io.openems.edge.io.api
 
io.openems.edge.io.kmtronic - package io.openems.edge.io.kmtronic
 
io.openems.edge.io.revpi - package io.openems.edge.io.revpi
 
io.openems.edge.io.shelly.common - package io.openems.edge.io.shelly.common
 
io.openems.edge.io.shelly.shelly25 - package io.openems.edge.io.shelly.shelly25
 
io.openems.edge.io.shelly.shellyplug - package io.openems.edge.io.shelly.shellyplug
 
io.openems.edge.io.test - package io.openems.edge.io.test
 
io.openems.edge.kostal.piko.charger - package io.openems.edge.kostal.piko.charger
 
io.openems.edge.kostal.piko.core.api - package io.openems.edge.kostal.piko.core.api
 
io.openems.edge.kostal.piko.core.impl - package io.openems.edge.kostal.piko.core.impl
 
io.openems.edge.kostal.piko.ess - package io.openems.edge.kostal.piko.ess
 
io.openems.edge.kostal.piko.gridmeter - package io.openems.edge.kostal.piko.gridmeter
 
io.openems.edge.meter.abb.b32 - package io.openems.edge.meter.abb.b32
 
io.openems.edge.meter.api - package io.openems.edge.meter.api
 
io.openems.edge.meter.artemes.am2 - package io.openems.edge.meter.artemes.am2
 
io.openems.edge.meter.bcontrol.em300 - package io.openems.edge.meter.bcontrol.em300
 
io.openems.edge.meter.carlo.gavazzi.em300 - package io.openems.edge.meter.carlo.gavazzi.em300
 
io.openems.edge.meter.discovergy - package io.openems.edge.meter.discovergy
 
io.openems.edge.meter.discovergy.jsonrpc - package io.openems.edge.meter.discovergy.jsonrpc
 
io.openems.edge.meter.janitza.umg604 - package io.openems.edge.meter.janitza.umg604
 
io.openems.edge.meter.janitza.umg96rme - package io.openems.edge.meter.janitza.umg96rme
 
io.openems.edge.meter.microcare.sdm630 - package io.openems.edge.meter.microcare.sdm630
 
io.openems.edge.meter.pqplus.umd97 - package io.openems.edge.meter.pqplus.umd97
 
io.openems.edge.meter.schneider.acti9.smartlink - package io.openems.edge.meter.schneider.acti9.smartlink
 
io.openems.edge.meter.socomec - package io.openems.edge.meter.socomec
 
io.openems.edge.meter.socomec.singlephase - package io.openems.edge.meter.socomec.singlephase
 
io.openems.edge.meter.socomec.threephase - package io.openems.edge.meter.socomec.threephase
 
io.openems.edge.meter.sunspec - package io.openems.edge.meter.sunspec
 
io.openems.edge.meter.test - package io.openems.edge.meter.test
 
io.openems.edge.meter.virtual.symmetric.add - package io.openems.edge.meter.virtual.symmetric.add
 
io.openems.edge.meter.weidmueller - package io.openems.edge.meter.weidmueller
 
io.openems.edge.onewire.thermometer - package io.openems.edge.onewire.thermometer
 
io.openems.edge.predictor.api - package io.openems.edge.predictor.api
 
io.openems.edge.predictor.persistencemodel - package io.openems.edge.predictor.persistencemodel
 
io.openems.edge.predictor.persistencemodel.consumption - package io.openems.edge.predictor.persistencemodel.consumption
 
io.openems.edge.predictor.persistencemodel.production - package io.openems.edge.predictor.persistencemodel.production
 
io.openems.edge.pvinverter.api - package io.openems.edge.pvinverter.api
 
io.openems.edge.pvinverter.cluster - package io.openems.edge.pvinverter.cluster
 
io.openems.edge.pvinverter.kaco.blueplanet - package io.openems.edge.pvinverter.kaco.blueplanet
 
io.openems.edge.pvinverter.sma - package io.openems.edge.pvinverter.sma
 
io.openems.edge.pvinverter.solarlog - package io.openems.edge.pvinverter.solarlog
 
io.openems.edge.pvinverter.sunspec - package io.openems.edge.pvinverter.sunspec
 
io.openems.edge.scheduler.allalphabetically - package io.openems.edge.scheduler.allalphabetically
 
io.openems.edge.scheduler.api - package io.openems.edge.scheduler.api
 
io.openems.edge.scheduler.daily - package io.openems.edge.scheduler.daily
 
io.openems.edge.scheduler.fixedorder - package io.openems.edge.scheduler.fixedorder
 
io.openems.edge.simulator - package io.openems.edge.simulator
 
io.openems.edge.simulator.app - package io.openems.edge.simulator.app
 
io.openems.edge.simulator.battery - package io.openems.edge.simulator.battery
 
io.openems.edge.simulator.datasource.api - package io.openems.edge.simulator.datasource.api
 
io.openems.edge.simulator.datasource.csv.direct - package io.openems.edge.simulator.datasource.csv.direct
 
io.openems.edge.simulator.datasource.csv.predefined - package io.openems.edge.simulator.datasource.csv.predefined
 
io.openems.edge.simulator.datasource.single.direct - package io.openems.edge.simulator.datasource.single.direct
 
io.openems.edge.simulator.ess.asymmetric.reacting - package io.openems.edge.simulator.ess.asymmetric.reacting
 
io.openems.edge.simulator.ess.singlephase.reacting - package io.openems.edge.simulator.ess.singlephase.reacting
 
io.openems.edge.simulator.ess.symmetric.reacting - package io.openems.edge.simulator.ess.symmetric.reacting
 
io.openems.edge.simulator.evcs - package io.openems.edge.simulator.evcs
 
io.openems.edge.simulator.io - package io.openems.edge.simulator.io
 
io.openems.edge.simulator.meter.grid.acting - package io.openems.edge.simulator.meter.grid.acting
 
io.openems.edge.simulator.meter.grid.reacting - package io.openems.edge.simulator.meter.grid.reacting
 
io.openems.edge.simulator.meter.nrc.acting - package io.openems.edge.simulator.meter.nrc.acting
 
io.openems.edge.simulator.meter.production.acting - package io.openems.edge.simulator.meter.production.acting
 
io.openems.edge.simulator.modbus - package io.openems.edge.simulator.modbus
 
io.openems.edge.simulator.pvinverter - package io.openems.edge.simulator.pvinverter
 
io.openems.edge.simulator.timedata - package io.openems.edge.simulator.timedata
 
io.openems.edge.sma - package io.openems.edge.sma
 
io.openems.edge.sma.enums - package io.openems.edge.sma.enums
 
io.openems.edge.solaredge.gridmeter - package io.openems.edge.solaredge.gridmeter
 
io.openems.edge.solaredge.pvinverter - package io.openems.edge.solaredge.pvinverter
 
io.openems.edge.tesla.powerwall2.battery - package io.openems.edge.tesla.powerwall2.battery
 
io.openems.edge.tesla.powerwall2.core - package io.openems.edge.tesla.powerwall2.core
 
io.openems.edge.thermometer.api - package io.openems.edge.thermometer.api
 
io.openems.edge.timedata.api - package io.openems.edge.timedata.api
 
io.openems.edge.timedata.api.utils - package io.openems.edge.timedata.api.utils
 
io.openems.edge.timedata.influxdb - package io.openems.edge.timedata.influxdb
 
io.openems.edge.timedata.rrd4j - package io.openems.edge.timedata.rrd4j
 
io.openems.edge.wago - package io.openems.edge.wago
 
io.openems.shared.influxdb - package io.openems.shared.influxdb
 
IoAlarm - Class in io.openems.edge.controller.io.alarm
 
IoAlarm() - Constructor for class io.openems.edge.controller.io.alarm.IoAlarm
 
IoAlarm.ChannelId - Enum in io.openems.edge.controller.io.alarm
 
IOHelper - Class in com.dalsemi.onewire.utils
Generic IO routines.
IpuInverterControl - Class in io.openems.edge.ess.mr.gridcon.writeutils
 
IpuInverterControl() - Constructor for class io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl
 
IpuInverterControl.Inverter - Enum in io.openems.edge.ess.mr.gridcon.writeutils
 
iRefStringA(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
iRefStringB(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
iRefStringC(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
isAbsolute() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether this abstract pathname is absolute.
isActiveDate(LocalDate, LocalDate, LocalDateTime) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
isActiveDate(LocalDate, LocalDate, LocalDateTime) - Static method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
This method returns true if the Current date is within configured StartDate and endDate.
isActiveTime(LocalTime, LocalTime, LocalDateTime) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
Is the time of 'dateTime' within startTime and endTime?
isActiveTime(LocalTime, LocalTime, LocalDateTime) - Static method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
Is the time of 'dateTime' within startTime and endTime?.
isActiveWeekday(WeekdayFilter, LocalDateTime) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
Is 'dateTime' within the ActiveWeekdayFilter?
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(long) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(String) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming() - Method in class com.dalsemi.onewire.container.OneWireContainer
Verifies that the iButton or 1-Wire device is present on the 1-Wire Network and in an alarm state.
isAtLeast(Level) - Method in enum io.openems.common.channel.Level
Is this Level at least as high as the other Level.
isAtLeast(Role) - Method in enum io.openems.common.session.Role
Gets the information whether the current Role is equal or more privileged than the given Role.
isAtLeast(SemanticVersion) - Method in class io.openems.common.types.SemanticVersion
 
isAtLeastOneBatteryReady() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
isAuthenticated() - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
isAutomaticDelayLong(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Checks if the automatic delay for the Inteval Timer and the Cycle counter is either 3.5ms (regular) or 123ms (long).
isChargePumpOn(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Determines if this device's charge pump is enabled.
isChargePumpOn(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Determines if the Potentiometer's charge pump is enabled.
isCharging(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Determines if the battery is charging and returns a boolean.
isChargingLowerThanTarget(ManagedEvcs) - Method in class io.openems.edge.controller.evcs.ChargingLowerThanTargetHandler
Check if the difference between the requested charging target and the real charging power is higher than the CHARGING_TARGET_MAX_DIFFERENCE.
isClockAlarmEnabled(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Checks if the clock alarm is enabled.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Checks if the clock alarm is enabled.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks if the clock alarm is enabled.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Checks if the clock alarm is enabled.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the Clock Alarm is enabled from the provided state data retrieved from the readDevice() method.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks if the clock alarm is enabled.
isClockAlarming(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Checks if the clock alarm flag has been set.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Checks if the clock alarm flag has been set.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks if the clock alarm flag has been set.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Checks if the clock alarm flag has been set.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the Clock Alarm flag has been set from the state data retrieved from the readDevice() method.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks if the clock alarm flag has been set.
isClockRunning(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Checks if the device's oscillator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Checks if the device's oscillator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Checks if the device's oscillator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Checks if the device's oscillator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the device's oscilator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks if the device's oscillator is enabled.
isClockWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Real-Time clock/Alarm is write protected.
isContainerReadOnlyPasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns true if the container's read password has been set.
isContainerReadOnlyPasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the password used by the API for reading from the device's memory has been set.
isContainerReadOnlyPasswordSet() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the password used by the API for reading from the device's memory has been set.
isContainerReadWritePasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns true if the container's read/write password has been set.
isContainerReadWritePasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the password used by the API for reading from or writing to the device's memory has been set.
isContainerReadWritePasswordSet() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the password used by the API for reading from or writing to the device's memory has been set.
isContainerSecretSet() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the current status of the secret.
isContainerWriteOnlyPasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer37
Returns true if the container's read/write password has been set.
isContainerWriteOnlyPasswordSet() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the password used by the API for writing to the device's memory has been set.
isContainerWriteOnlyPasswordSet() - Method in interface com.dalsemi.onewire.container.PasswordContainer
Returns true if the password used by the API for writing to the device's memory has been set.
isCorrectElementInstance(ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadDigitalInputsTask
 
isCorrectElementInstance(ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadInputRegistersTask
 
isCorrectElementInstance(ModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
isCycleCounterAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Cycle Alarm is enabled.
isCycleCounterAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Cycle Alarm flag has been set.
isCycleCounterWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Cycle Counter and Alarm is write protected.
isDebug() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
isDebug() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
isDebug() - Method in interface io.openems.edge.common.channel.Doc
Is the more verbose debug mode activated?
isDebug() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
isDebugMode() - Method in class io.openems.edge.ess.core.power.PowerComponent
 
isDebugMode() - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Debug mode.
isDebugMode() - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
isDebugMode() - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
isDebugModeEnabled() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
isDefined(Object) - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
Returns true if the value represents a 'defined' value in SunSpec.
isDefined(SunSpecPoint.PointType, Object) - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointType
Returns true if the value represents a 'defined' value in SunSpec.
isDefined() - Method in class io.openems.edge.common.channel.value.Value
Is the value defined?.
isDifferent() - Method in class io.openems.common.types.EdgeConfigDiff
Gets whether this diff is not empty, i.e.
isDirectory() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if this is a directory.
isDS1961Scompatible() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns a boolean indicating whether or not this coprocessor's secret's were formatted for compatibility with the DS1961S.
isDTR() - Method in class com.dalsemi.onewire.adapter.SerialService
 
isEnabled() - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
isEnabled() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns whether this component is enabled.
isEnabled() - Method in class io.openems.edge.common.test.DummyComponentManager
 
isExternalPowerSupplied() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Reads the way power is supplied to the DS18B20.
isExternalPowerSupplied() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Reads the way power is supplied to the DS28EA00.
isFile() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the file denoted by this abstract pathname is a normal file.
isFile() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if this is a file
isGeneralPurposeMemory() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank is general purpose user memory.
isGeneralPurposeMemory() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if the current memory bank is general purpose user memory.
isHidden() - Method in class com.dalsemi.onewire.application.file.OWFile
Tests whether the file named by this abstract pathname is a hidden file.
isHidden() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Checks to see if this directory is hidden.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks to see if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks to see if the channels of this switch are 'high side' switches.
isIgnored() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
isIgnored() - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Whether this Element should be ignored (= DummyElement).
isInitialized() - Method in interface io.openems.backend.metadata.api.Metadata
Was the Metadata service fully initialized?.
isInitialized() - Method in class io.openems.backend.metadata.dummy.Dummy
 
isInitialized() - Method in class io.openems.backend.metadata.file.File
 
isInitialized() - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
isInterruptEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer27
Checks to see if interrupt mode is turned on.
isIntervalTimerAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Interval Timer Alarm is enabled.
isIntervalTimerAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Interval Timer Alarm flag has been set.
isIntervalTimerAutomatic(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Checks if the Interval timer is automatic or manual.
isIntervalTimerStopped(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Interval timer is stopped.
isIntervalTimerWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Check if the Interval Timer and Interval Timer Alarm register is write protected.
islandingOff() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
At first the PCS needs a stop command, then is required to plug in the AC connection, after that the Grid ON command.
islandOn() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
At first the PCS needs a stop command, then is required to remove the AC connection, after that the Grid OFF command.
isLessThan(Role) - Method in enum io.openems.common.session.Role
Gets the information whether the current Role is less privileged than the given Role.
isLinear(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Queries to see if this Potentiometer One Wire Device has linear potentiometer element(s) or logarithmic potentiometer element(s).
isLinear(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Querys to see if this Potentiometer 1-Wire Device has linear potentiometer element(s) or logarithmic potentiometer element(s).
isLinkVoltageTooLow() - Method in class io.openems.edge.ess.mr.gridcon.StateMachine
 
isLower(ManagedEvcs) - Method in class io.openems.edge.controller.evcs.ChargingLowerThanTargetHandler
Check if the difference between the requested charging target and the real charging power is higher than the CHARGING_TARGET_MAX_DIFFERENCE for at least MAXIMUM_OUT_OF_RANGE_TRIES.
isMACValid(int, byte[], byte[], byte[], byte[], byte[]) - Static method in class com.dalsemi.onewire.container.OneWireContainer33
Authenticates page data given a MAC.
isMissionLoaded() - Method in interface com.dalsemi.onewire.container.MissionContainer
 
isMissionLoaded() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the mission results have been loaded from the device.
isMissionRolloverEnabled() - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if a rollover is enabled.
isMissionRolloverEnabled() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if a rollover is enabled.
isMissionRunning() - Method in interface com.dalsemi.onewire.container.MissionContainer
Returns true if a mission is currently running.
isMissionRunning() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if a mission is currently running.
isMissionSUTA() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the currently loaded mission results indicate that this mission has the SUTA bit enabled.
isMissionWFTA() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the currently loaded mission results indicate that this mission has the SUTA bit enabled and is still Waiting For Temperature Alarm (WFTA).
isModeAuto(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks if the control I/O pin mode is automatic (see DS2409 data sheet).
isMonitorRunning() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Check if this monitor is running.
isNeedsHardReset() - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
isNextStateUndefined() - Method in class io.openems.edge.battery.soltaro.controller.state.BaseState
 
isNonVolatile() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank is non-volatile.
isNonVolatile() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank non-volatile.
isNull() - Method in class io.openems.common.types.ConfigurationProperty
 
isNull() - Method in class io.openems.edge.controller.api.common.WriteObject
 
isNull() - Method in class io.openems.edge.controller.api.common.WritePojo
 
isOffline(MyEdge) - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
isOnline(String) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
Gets whether the Websocket for this Edge is connected.
isOnline(String) - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
isOnline() - Method in class io.openems.backend.metadata.api.Edge
 
isOnline(MyEdge) - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
isOutputEnabled(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Detects if the output is enabled for the specified channel from the provided register buffer.
isPageLocked(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Checks to see if the specified page is locked.
isPageOneEPROMmode() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Tells if page one is in EPROM mode.
isPageRedirected(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Deprecated.
As of 1-Wire API 0.01, replaced by OTPMemoryBank.getRedirectedPage(int)
isPageWriteOnce(int) - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Query to see if current memory bank is write write once such as with EPROM technology.
isPageWriteOnce(int) - Method in class com.dalsemi.onewire.container.OneWireContainer43
Query to see if current memory bank is write write once such as with EPROM technology.
isPassword() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
isPortOpen() - Method in class com.dalsemi.onewire.adapter.SerialService
 
isPowerExternal(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Extracts the state of the external power indicator from the provided register buffer.
isPowerSupplied(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks to see how the DS2406 is being supplied with power.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(long) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(String) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent() - Method in class com.dalsemi.onewire.container.OneWireContainer
Verifies that the iButton or 1-Wire device is present on the 1-Wire Network.
isQuery() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
 
isQuery() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
 
isQuery() - Method in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
 
isQuery() - Method in interface io.openems.backend.metadata.odoo.Field
 
isReadOnly() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank is read only.
isReadOnly() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank is read only.
isReadWrite() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank is read/write.
isReadWrite() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank is read/write.
isRedirectPageLocked(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Checks to see if the specified page has redirection locked.
isRelative() - Method in interface com.dalsemi.onewire.container.HumidityContainer
Checks to see if humidity value given is a 'relative' humidity value.
isRelative() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Checks to see if humidity value given is a 'relative' humidity value.
isRelative() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Checks to see if humidity value given is a 'relative' humidity value.
isRequired() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
 
isRTS() - Method in class com.dalsemi.onewire.adapter.SerialService
 
isRunInBackground() - Method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
isRunning - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Flag to indicate thread is running now
isSecretWriteProtected() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the status of the secret, if it is write protected.
isSet() - Method in class io.openems.common.types.ConfigurationProperty
 
isSetAndNotNull() - Method in class io.openems.common.types.ConfigurationProperty
 
isSolvable() - Method in class io.openems.edge.ess.core.power.Solver
Tests whether the Problem is solvable under the current Constraints.
isSolvableOrError() - Method in class io.openems.edge.ess.core.power.Solver
Tests whether the Problem is solvable under the current Constraints.
isStarted() - Method in interface io.openems.edge.common.startstop.StartStoppable
Is this device or service started? true - if (and only if) StartStoppable.ChannelId.START_STOP is StartStop.START false - if StartStoppable.ChannelId.START_STOP is StartStop.STOP or StartStop.UNDEFINED
isStartUponTemperatureAlarmEnabled() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the SUTA (Start Upon Temperature Alarm) bit in the Mission Control register is set.
isStartUponTemperatureAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Returns true if the SUTA (Start Upon Temperature Alarm) bit in the Mission Control register is set.
isStateChannel(String) - Method in class io.openems.common.types.EdgeConfig.Component
Is the given Channel-ID a StateChannel?.
isStateChannel(ChannelAddress) - Method in class io.openems.common.types.EdgeConfig
Is the given Channel-Address a StateChannel?.
isStopped() - Method in interface io.openems.edge.common.startstop.StartStoppable
Is this device or service stopped? true - if (and only if) StartStoppable.ChannelId.START_STOP is StartStop.STOP false - if StartStoppable.ChannelId.START_STOP is StartStop.START or StartStop.UNDEFINED
isSunSpecInitializationCompleted() - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Is the SunSpec initialization completed?.
isSystemRunning(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
isSystemStopped(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
IState - Interface in io.openems.edge.battery.soltaro.controller
 
isUndefined() - Method in interface io.openems.common.types.OptionsEnum
Gets whether the current enum represents the 'UNDEFINED' value.
isValid(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isValid(String) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isValid(long) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isValidFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Checks to see if the family found is in the desired include group.
isValidFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Checks to see if the family found is in the desired include group.
isVccPowered(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the state of the VCC pin.
isWeekend(LocalDateTime) - Static method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
Is 'dateTime' a Saturday or Sunday?
isWriteOnce() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank is write once such as with EPROM technology.
isWriteOnce() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank is write write once such as with EPROM technology.
isWriteProtectAllSet() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the status of all the pages, if they are write protected.
isWriteProtectPageZeroSet() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Get the status of page zero, if it is write protected.

J

JsonApi - Interface in io.openems.edge.common.jsonapi
Declares a class as being able to handle JSON-RPC Requests.
JsonArrayBuilder() - Constructor for class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
JsonArrayBuilder(JsonArray) - Constructor for class io.openems.common.utils.JsonUtils.JsonArrayBuilder
 
JsonLogicController - Class in io.openems.edge.controller.generic.jsonlogic
 
JsonLogicController() - Constructor for class io.openems.edge.controller.generic.jsonlogic.JsonLogicController
 
JsonLogicController.ChannelId - Enum in io.openems.edge.controller.generic.jsonlogic
 
JsonObjectBuilder() - Constructor for class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
JsonObjectBuilder(JsonObject) - Constructor for class io.openems.common.utils.JsonUtils.JsonObjectBuilder
 
JSONRPC_VERSION - Static variable in class io.openems.common.jsonrpc.base.JsonrpcMessage
 
JsonrpcMessage - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Message.
JsonrpcMessage() - Constructor for class io.openems.common.jsonrpc.base.JsonrpcMessage
 
JsonrpcNotification - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Notification.
JsonrpcNotification(String) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcNotification
 
JsonrpcRequest - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Request.
JsonrpcRequest(String) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcRequest
 
JsonrpcRequest(UUID, String) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcRequest
 
jsonRpcRequestHandler - Variable in class io.openems.backend.b2brest.B2bRest
 
jsonRpcRequestHandler - Variable in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
JsonRpcRequestHandler - Interface in io.openems.backend.common.jsonrpc
 
jsonRpcRequestHandler - Variable in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
JsonRpcRequestHandlerImpl - Class in io.openems.backend.core.jsonrpcrequesthandler
 
JsonRpcRequestHandlerImpl() - Constructor for class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
 
JsonrpcResponse - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Response.
JsonrpcResponse(UUID) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcResponse
 
JsonrpcResponseError - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Response Error.
JsonrpcResponseError(UUID, OpenemsError, JsonArray) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
JsonrpcResponseError(UUID, String) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcResponseError
Creates a GENERIC error.
JsonrpcResponseError(UUID, OpenemsError.OpenemsNamedException) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
JsonrpcResponseSuccess - Class in io.openems.common.jsonrpc.base
Represents a JSON-RPC Success Response.
JsonrpcResponseSuccess(UUID) - Constructor for class io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
 
JsonrpcResponseSuccessAndHeaders(JsonrpcResponseSuccess, Map<String, List<String>>) - Constructor for class io.openems.backend.metadata.odoo.odoo.OdooUtils.JsonrpcResponseSuccessAndHeaders
 
JsonUtils - Class in io.openems.common.utils
 
JsonUtils() - Constructor for class io.openems.common.utils.JsonUtils
 
JsonUtils.JsonArrayBuilder - Class in io.openems.common.utils
A temporary builder class for JsonArrays.
JsonUtils.JsonObjectBuilder - Class in io.openems.common.utils
A temporary builder class for JsonObjects.

K

KacoBlueplanet - Class in io.openems.edge.pvinverter.kaco.blueplanet
 
KacoBlueplanet() - Constructor for class io.openems.edge.pvinverter.kaco.blueplanet.KacoBlueplanet
 
KacoBlueplanetGridsave - Interface in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoBlueplanetGridsave.ChannelId - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoBlueplanetGridsaveImpl - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoBlueplanetGridsaveImpl() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
KacoSunSpecModel - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201 - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201ControlMode - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201CurrentState - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201ErrPcu - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201RequestedState - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201StPcu - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201StPu - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201StVnd - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201VarParamEna - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64201.S64201WParamEna - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64202 - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64202.S64202EnLimit - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64203 - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64203.S64203EmsErrCode - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64204 - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KacoSunSpecModel.S64204.S64204OffsetEna - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
KebaChannelId - Enum in io.openems.edge.evcs.keba.kecontact
 
KebaKeContact - Class in io.openems.edge.evcs.keba.kecontact
 
KebaKeContact() - Constructor for class io.openems.edge.evcs.keba.kecontact.KebaKeContact
Constructor.
KebaKeContactCore - Interface in io.openems.edge.evcs.keba.kecontact.core
 
KebaKeContactCoreImpl - Class in io.openems.edge.evcs.keba.kecontact.core
 
KebaKeContactCoreImpl() - Constructor for class io.openems.edge.evcs.keba.kecontact.core.KebaKeContactCoreImpl
 
KEEP_NEGATIVE_AND_INVERT - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Converts only negative values from Element to Channel and inverts them (makes the value positive).
KEEP_POSITIVE - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Converts only positive values from Element to Channel.
KEEP_POSITIVE - Static variable in class io.openems.edge.common.converter.StaticConverters
Converts only positive values from Element to Channel
keepRunning - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Flag for overall thread running state
KEY_ALARM_LEVEL_1_CELL_VOLTAGE_DIFF_HIGH - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_ALARM_LEVEL_1_CELL_VOLTAGE_LOW - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_MAX_CELL_VOLTAGE - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_MAX_CELL_VOLTAGE_ID - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_MIN_CELL_VOLTAGE - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_MIN_CELL_VOLTAGE_ID - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_RESET - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
KEY_SLEEP - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
killMonitor() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Kill this monitor.
KmtronicRelayOutput - Class in io.openems.edge.io.kmtronic
 
KmtronicRelayOutput() - Constructor for class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
KostalPikoCharger - Class in io.openems.edge.kostal.piko.charger
 
KostalPikoCharger() - Constructor for class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
KostalPikoCharger.ThisChannelId - Enum in io.openems.edge.kostal.piko.charger
 
KostalPikoCore - Interface in io.openems.edge.kostal.piko.core.api
 
KostalPikoCore.ChannelId - Enum in io.openems.edge.kostal.piko.core.api
 
KostalPikoCoreImpl - Class in io.openems.edge.kostal.piko.core.impl
 
KostalPikoCoreImpl() - Constructor for class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
KostalPikoEss - Class in io.openems.edge.kostal.piko.ess
 
KostalPikoEss() - Constructor for class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
KostalPikoEss.ThisChannelId - Enum in io.openems.edge.kostal.piko.ess
 
KostalPikoGridMeter - Class in io.openems.edge.kostal.piko.gridmeter
 
KostalPikoGridMeter() - Constructor for class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
KostalPikoGridMeter.ThisChannelId - Enum in io.openems.edge.kostal.piko.gridmeter
 

L

label - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
Label for the "name" of the device.
label - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
label() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
label - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
label() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
label - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
label - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
label - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
label() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecModel
 
label - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
LAST_DATA_CONVERSION_LSB - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the last data conversion's LSB
LAST_DATA_CONVERSION_MSB - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the last data conversion's MSB
LAST_TEMPERATURE_CONVERSION_LSB - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the last temperature conversion's LSB
LAST_TEMPERATURE_CONVERSION_MSB - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the last temperature conversion's MSB
lastError - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Last error code raised
lastError - Variable in class com.dalsemi.onewire.application.sha.SHATransaction
The last error that occurred during this transaction
lastModified() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the time that the file denoted by this abstract pathname was last modified.
LatestSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
LatestSlidingValue(OpenemsType) - Constructor for class io.openems.edge.common.type.slidingvalue.LatestSlidingValue
 
LC - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Index for addressing LC in this CommandAPDU apduBuffer.
leap(long, TemporalUnit) - Method in class io.openems.edge.common.test.TimeLeapClock
 
len - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
len - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
length() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the length of the file denoted by this abstract pathname.
length() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Get the estimated length of the file represented by this descriptor.
length - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
length - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
length - Variable in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointType
 
Level - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Level type of a tagged 1-Wire device.
Level() - Constructor for class com.dalsemi.onewire.application.tag.Level
Creates an object for the device.
Level(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Level
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Level - Enum in io.openems.common.channel
Severity/visibility Level
Level - Enum in io.openems.edge.controller.io.heatingelement
 
LEVEL_BREAK - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong pulldown to 0Volts, reset 1-Wire)
LEVEL_NORMAL - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, normal (weak 5Volt pullup)
LEVEL_POWER_DELIVERY - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong 5Volt pullup, used for power delivery)
LEVEL_PROGRAM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong 12Volt pullup, used to program eprom )
Limit - Class in io.openems.edge.battery.soltaro.controller.state
 
Limit(ManagedSymmetricEss, Battery, int, int, int, int, int, int, long) - Constructor for class io.openems.edge.battery.soltaro.controller.state.Limit
 
limitEvcss() - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
Depending on the excess power, the EVCSs will be charged.
LimitTotalDischargeController - Class in io.openems.edge.controller.ess.limittotaldischarge
 
LimitTotalDischargeController() - Constructor for class io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController
 
LimitTotalDischargeController(Clock) - Constructor for class io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController
 
LimitTotalDischargeController.ChannelId - Enum in io.openems.edge.controller.ess.limittotaldischarge
 
LinearCoefficient - Class in io.openems.edge.ess.power.api
 
LinearCoefficient(Coefficient, double) - Constructor for class io.openems.edge.ess.power.api.LinearCoefficient
 
lineSeparator - Variable in enum io.openems.edge.simulator.CsvFormat
 
list() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
listConfigurations(String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin
 
listeners - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Listeners who receive notification of events generated by this device Monitor
listFiles() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listRoots(OneWireContainer) - Static method in class com.dalsemi.onewire.application.file.OWFile
List the available filesystem roots.
listStates() - Method in class io.openems.edge.common.channel.internal.StateCollectorChannel
Lists all States as Text
listStates(Level) - Method in class io.openems.edge.common.channel.internal.StateCollectorChannel
Lists all States that are at least 'fromLevel' as text.
load(String) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads coprocessor configuration information from an (almost) standard service file on hard drive.
load(OneWireContainer, String) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads coprocessor configuration information from an (almost) standard service TMEX file on 1-Wire memory device.
load(OneWireContainer18, String) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads coprocessor configuration information from a standard TMEX service file on a DS1963S.
LOAD_FIRST_SECRET - Static variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Load First Secret
loadFirstSecret(int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Load First Secret for the DS2432.
loadFirstSecret(int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Load First Secret for the DS2432.
loadFirstSecret(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Load First Secret
loadMissionResults() - Method in interface com.dalsemi.onewire.container.MissionContainer
Loads the results of the currently running mission.
loadMissionResults() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Loads the results of the currently running mission.
LoadMode - Enum in io.openems.edge.goodwe.et.ess
 
locateService(String) - Method in class io.openems.edge.common.test.DummyComponentContext
 
locateService(String, ServiceReference<S>) - Method in class io.openems.edge.common.test.DummyComponentContext
 
locateServices(String) - Method in class io.openems.edge.common.test.DummyComponentContext
 
Location(String, String, String, String, String) - Constructor for class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter.Location
 
lockBlock(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Permanently write-protects one of the user blocks of EEPROM.
lockPage(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Locks the specifed page in this memory bank.
lockRedirectPage(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Locks the redirection of the specifed page.
LocRemCtl - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
LocRemCtl - Enum in io.openems.edge.batteryinverter.refu88k
 
log - Static variable in interface io.openems.edge.ess.power.api.Power
 
logDebug(Logger, String) - Method in class io.openems.backend.common.component.AbstractOpenemsBackendComponent
Log a debug message including the Component ID.
logDebug(Logger, String) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Log a debug message including the Component ID.
logDebug(Logger, String) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
logDebug(Logger, String) - Method in class io.openems.edge.controller.evcs.EvcsController
 
logDebug(Logger, String) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
logError(Logger, String) - Method in class io.openems.backend.common.component.AbstractOpenemsBackendComponent
Log an error message including the Component ID.
logError(String, String) - Method in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
Log an error message including the Handler name.
logError(Logger, String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
logError(Logger, String) - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
logError(Logger, String) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
logError(Logger, String) - Method in class io.openems.edge.bridge.onewire.impl.BridgeOnewireImpl
 
logError(Logger, String) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Log an error message including the Component ID.
logError(Logger, String) - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
logError(Logger, String) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
logError(Logger, String) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
logError(Logger, String) - Method in class io.openems.edge.ess.refu.RefuEss
 
logError(Logger, String) - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
logError(Logger, String) - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
logFile - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
Log file
logInfo(Logger, String) - Method in class io.openems.backend.b2brest.B2bRest
 
logInfo(Logger, String) - Method in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
logInfo(Logger, String) - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
logInfo(Logger, String) - Method in class io.openems.backend.common.component.AbstractOpenemsBackendComponent
Log an info message including the Component ID.
logInfo(String, String) - Method in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
Log an info message including the Handler name.
logInfo(Logger, String) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
logInfo(Logger, String) - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
logInfo(Logger, String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
logInfo(Logger, String) - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
logInfo(Logger, String) - Method in class io.openems.backend.timedata.influx.Influx
 
logInfo(Logger, String) - Method in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
logInfo(Logger, String) - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
logInfo(Logger, String) - Method in class io.openems.common.websocket.AbstractWebsocket
Log a info message.
logInfo(Logger, String) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
logInfo(Logger, String) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Log an info message including the Component ID.
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.backend.BackendApi
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
logInfo(Logger, String) - Method in class io.openems.edge.controller.evcs.EvcsController
 
logInfo(Logger, String) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
logInfo(Logger, String) - Method in class io.openems.edge.core.host.Host
 
logInfo(Logger, String) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
logInfo(Logger, String) - Method in class io.openems.edge.ess.refu.RefuEss
 
logInfo(Logger, String) - Method in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
logInfo(Logger, String) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
logInfo(Logger, String) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
logInfo(Logger, String) - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
logInfo(Logger, String) - Method in class io.openems.edge.meter.discovergy.MeterDiscovergy
 
logInfo(Logger, String) - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
logInfo(Logger, String) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
logInfoInDebugmode(Logger, String) - Method in class io.openems.edge.evcs.cluster.AbstractEvcsCluster
 
logInfoInDebugmode(Logger, String) - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
Logs are displayed if the debug mode is configured
LogVerbosity - Enum in io.openems.edge.bridge.modbus.api
 
logWarn(Logger, String) - Method in class io.openems.backend.b2brest.B2bRest
 
logWarn(Logger, String) - Method in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
logWarn(Logger, String) - Method in class io.openems.backend.b2bwebsocket.WebsocketServer
 
logWarn(Logger, String) - Method in class io.openems.backend.common.component.AbstractOpenemsBackendComponent
Log a warn message including the Component ID.
logWarn(String, String) - Method in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
Log a warn message including the Handler name.
logWarn(Logger, String) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
logWarn(Logger, String) - Method in class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
logWarn(Logger, String) - Method in class io.openems.backend.metadata.odoo.MetadataOdoo
 
logWarn(Logger, String) - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
logWarn(Logger, String) - Method in class io.openems.backend.timedata.influx.Influx
 
logWarn(Logger, String) - Method in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
logWarn(Logger, String) - Method in class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
logWarn(Logger, String) - Method in class io.openems.common.websocket.AbstractWebsocket
Log a warn message.
logWarn(Logger, String) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
 
logWarn(Logger, String) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Log a warn message including the Component ID.
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.backend.BackendApi
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.backend.WebsocketClient
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.api.websocket.WebsocketServer
 
logWarn(Logger, String) - Method in class io.openems.edge.controller.evcs.EvcsController
 
logWarn(Logger, String) - Method in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
logWarn(Logger, String) - Method in class io.openems.edge.core.cycle.CycleImpl
 
logWarn(Logger, String) - Method in class io.openems.edge.core.host.Host
 
logWarn(Logger, String) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
logWarn(Logger, String) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
logWarn(Logger, String) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
LongDoc - Class in io.openems.edge.common.channel
 
LongDoc() - Constructor for class io.openems.edge.common.channel.LongDoc
 
LongReadChannel - Class in io.openems.edge.common.channel
 
LongReadChannel(OpenemsComponent, ChannelId, LongDoc) - Constructor for class io.openems.edge.common.channel.LongReadChannel
 
LongReadChannel(OpenemsComponent, ChannelId, LongDoc, Long) - Constructor for class io.openems.edge.common.channel.LongReadChannel
 
LongSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
LongSlidingValue() - Constructor for class io.openems.edge.common.type.slidingvalue.LongSlidingValue
 
LongWriteChannel - Class in io.openems.edge.common.channel
 
LongWriteChannel(OpenemsComponent, ChannelId, LongDoc) - Constructor for class io.openems.edge.common.channel.LongWriteChannel
 
LongWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
lostSession() - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
LSerialAdapter - Class in com.dalsemi.onewire.adapter
The LSerialAdapter class implememts the DSPortAdapter interface for a legacy 1-Wire serial interface adapters such as the DS9097.
LSerialAdapter() - Constructor for class com.dalsemi.onewire.adapter.LSerialAdapter
Constructs a legacy serial adapter class

M

m(ChannelId, ElementToChannelConverter) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.ChannelMapper
 
m(ChannelId, Function<Object, Object>, Function<Object, Object>) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.ChannelMapper
 
m(AbstractModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Creates a ChannelMapper that can be used with builder pattern inside the protocol definition.
m(BitsWordElement) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Maps the given BitsWordElement.
m(ChannelId, AbstractModbusElement<?>) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Maps the given element 1-to-1 to the Channel identified by channelId.
m(ChannelId, AbstractModbusElement<?>, ElementToChannelConverter) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Maps the given element to the Channel identified by channelId, applying the given @link{ElementToChannelConverter}.
main(String[]) - Static method in class com.dalsemi.onewire.adapter.NetAdapterHost
A Default Main Method, for launching NetAdapterHost getting the default adapter with the OneWireAccessProvider and listening on the default port specified by DEFAULT_PORT.
main(String[]) - Static method in class com.dalsemi.onewire.adapter.NetAdapterSim
A Default Main Method, for launching NetAdapterSim getting the default adapter with the OneWireAccessProvider and listening on the default port specified by DEFAULT_PORT.
main(String[]) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Main method returns current version info, and default adapter setting.
main(String[]) - Static method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator
Run this method to start the code generator.
MAIN_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Main channel flag in array returned from read state.
ManagedAsymmetricEss - Interface in io.openems.edge.ess.api
 
ManagedAsymmetricEss.ChannelId - Enum in io.openems.edge.ess.api
 
ManagedEvcs - Interface in io.openems.edge.evcs.api
 
ManagedEvcs.ChannelId - Enum in io.openems.edge.evcs.api
 
ManagedSinglePhaseEss - Interface in io.openems.edge.ess.api
Represents a Single-Phase Energy Storage System.
ManagedSinglePhaseEss.ChannelId - Enum in io.openems.edge.ess.api
 
ManagedSymmetricBatteryInverter - Interface in io.openems.edge.batteryinverter.api
Represents a Symmetric Battery-Inverter that can be controlled.
ManagedSymmetricBatteryInverter.ChannelId - Enum in io.openems.edge.batteryinverter.api
 
ManagedSymmetricEss - Interface in io.openems.edge.ess.api
 
ManagedSymmetricEss.ChannelId - Enum in io.openems.edge.ess.api
 
ManagedSymmetricEssTest - Class in io.openems.edge.ess.test
Provides a generic test framework for OpenEMS ManagedSymmetricEsss.
ManagedSymmetricEssTest(ManagedSymmetricEss) - Constructor for class io.openems.edge.ess.test.ManagedSymmetricEssTest
 
ManagedSymmetricPvInverter - Interface in io.openems.edge.pvinverter.api
Represents a 3-Phase, symmetric PV-Inverter.
ManagedSymmetricPvInverter.ChannelId - Enum in io.openems.edge.pvinverter.api
 
ManagedTask - Interface in io.openems.edge.common.taskmanager
 
mandatory - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
mandatory - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
ManualControlOfNetworkConnection - Enum in io.openems.edge.sma.enums
 
ManualEqualizationCharge - Enum in io.openems.edge.sma.enums
 
ManualGeneratorStart - Enum in io.openems.edge.sma.enums
 
MANUFACTURER - Static variable in class io.openems.common.OpenemsConstants
The manufacturer of the device that is running OpenEMS Note: this should be max.
MANUFACTURER_EMS_SERIAL_NUMBER - Static variable in class io.openems.common.OpenemsConstants
The Energy-Management-System serial number of the device Note: this should be max.
MANUFACTURER_MODEL - Static variable in class io.openems.common.OpenemsConstants
The model identifier of the device Note: this should be max.
MANUFACTURER_OPTIONS - Static variable in class io.openems.common.OpenemsConstants
The options of the device Note: this should be max.
MANUFACTURER_SERIAL_NUMBER - Static variable in class io.openems.common.OpenemsConstants
The serial number of the device Note: this should be max.
MANUFACTURER_VERSION - Static variable in class io.openems.common.OpenemsConstants
The version of the device Note: this should be max.
map(ChannelId, AbstractModbusElement<?>) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
map(ChannelId, AbstractModbusElement<?>, ElementToChannelConverter) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
map(BitsWordElement) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
mapDataToChannel(VariableDataStructure, int, Channel<?>, ChannelRecord.DataType) - Method in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
mapFirstPointToChannel(ChannelId, ElementToChannelConverter, SunSpecPoint...) - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
Maps the first available SunSpec SunSpecPoint to the targetChannel.
mark(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Mark the current position in the file being read for later reference.
mark(int) - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Marks the current position in this input stream.
markPageUsed(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Mark the specified page as used in the page bitmap.
markSupported() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Tests if this input stream supports the mark and reset methods.
MATCH_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
MATCH_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
MATCH_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
matchScratchPad(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Verifies the hidden signature in the scratchpad of the DS1963S.
max - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
A string message representing a high or maximum value.
max(Integer...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely finds the max value of all values.
MAX_ACTUAL_POWER - Static variable in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.common.sum.DummySum
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.refu.RefuEss
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.test.DummyHybridEss
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.test.DummyManagedAsymmetricEss
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.ess.test.DummyManagedSymmetricEss
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.meter.test.DummyAsymmetricMeter
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.meter.test.DummySymmetricMeter
 
MAX_APPARENT_POWER - Static variable in class io.openems.edge.sma.SunnyIsland6Ess
 
max_error_count - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Number of searches that an error occurs before a dialog is displayed
MAX_POWER_PER_INVERTER - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
max_state_count - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Number of searches that a button should be "missing" before it is removed
MAX_VOLTAGE_MILLIVOLT - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
maxApparentPower - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
MaxApparentPowerHandler - Class in io.openems.edge.fenecon.pro.ess
 
MaxApparentPowerHandler(FeneconProEss) - Constructor for class io.openems.edge.fenecon.pro.ess.MaxApparentPowerHandler
 
maxPacketDataLength - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Max data length in page packet in memory bank
mbus - Variable in class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
MbusTask - Class in io.openems.edge.bridge.mbus.api
 
MbusTask(BridgeMbus, AbstractOpenemsMbusComponent) - Constructor for class io.openems.edge.bridge.mbus.api.MbusTask
 
MCR_BIT_DATA_RESOLUTION - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Set Data Resolution
MCR_BIT_ENABLE_DATA_LOGGING - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Enable Data Logging
MCR_BIT_ENABLE_ROLLOVER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Enable Rollover
MCR_BIT_ENABLE_TEMPERATURE_LOGGING - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Enable Temperature Logging
MCR_BIT_START_MISSION_ON_TEMPERATURE_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Start Mission on Temperature Alarm
MCR_BIT_TEMPERATURE_RESOLUTION - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Mission Control Register Bit: Set Temperature Resolution
MEASUREMENT - Static variable in class io.openems.shared.influxdb.InfluxConnector
 
MeasuringEvcs - Interface in io.openems.edge.evcs.api
 
MeasuringEvcs.ChannelId - Enum in io.openems.edge.evcs.api
 
MEMORY_CLEAR_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: Must be enabled to allow a clear memory function.
MEMORY_CLEARED_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true if the memory has been cleared.
MemoryBank - Interface in com.dalsemi.onewire.container
Memory bank interface class for basic memory communication with iButtons (or 1-Wire devices).
MemoryBankNVCRCPW - Class in com.dalsemi.onewire.container
Memory bank class for the NVRAM with built-in CRC generation and Password protected memory read/write iButtons and 1-Wire Devices.
MemoryBankNVCRCPW(PasswordContainer, MemoryBankScratchCRCPW) - Constructor for class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Memory bank contstuctor.
MemoryBankScratchCRCPW - Class in com.dalsemi.onewire.container
Memory bank class for the Scratchpad section of NVRAM iButtons and 1-Wire devices with password protected memory pages.
MemoryBankScratchCRCPW(PasswordContainer) - Constructor for class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Memory bank contstuctor.
MemoryBankScratchSHAEE - Class in com.dalsemi.onewire.container
Memory bank class for the Scratchpad section of SHA EEPROM iButtons and 1-Wire devices with SHA write-protected memory pages.
MemoryBankScratchSHAEE(OneWireContainer33) - Constructor for class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Memory bank contstuctor.
MemoryBankSHAEE - Class in com.dalsemi.onewire.container
Memory bank class for the DS1961S/DS2432.
MemoryBankSHAEE(OneWireContainer33, MemoryBankScratchSHAEE) - Constructor for class com.dalsemi.onewire.container.MemoryBankSHAEE
Memory bank constructor.
MemoryCardStatus - Enum in io.openems.edge.sma.enums
 
Meta - Interface in io.openems.edge.common.meta
 
Meta.ChannelId - Enum in io.openems.edge.common.meta
 
META_ID - Static variable in class io.openems.common.OpenemsConstants
 
metaComponent - Variable in class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
metaComponent - Variable in class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
metadata - Variable in class io.openems.backend.b2brest.B2bRest
 
metadata - Variable in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
metadata - Variable in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
 
metadata - Variable in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
Metadata - Interface in io.openems.backend.metadata.api
 
metadata - Variable in class io.openems.backend.timedata.influx.Influx
 
metadata - Variable in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
MetadataOdoo - Class in io.openems.backend.metadata.odoo
 
MetadataOdoo() - Constructor for class io.openems.backend.metadata.odoo.MetadataOdoo
 
MetaEss - Interface in io.openems.edge.ess.api
A MetaEss is a wrapper for physical energy storage systems.
MetaImpl - Class in io.openems.edge.core.meta
 
MetaImpl() - Constructor for class io.openems.edge.core.meta.MetaImpl
 
MetaTasksManager<T extends ManagedTask> - Class in io.openems.edge.common.taskmanager
Manages a number of TasksManagers.
MetaTasksManager() - Constructor for class io.openems.edge.common.taskmanager.MetaTasksManager
 
metaTypeService - Variable in class io.openems.edge.core.componentmanager.ComponentManagerImpl
 
MeterAbbB23Mbus - Class in io.openems.edge.meter.abb.b32
 
MeterAbbB23Mbus() - Constructor for class io.openems.edge.meter.abb.b32.MeterAbbB23Mbus
 
MeterAbbB23Mbus.ChannelId - Enum in io.openems.edge.meter.abb.b32
 
MeterArtemesAM2 - Class in io.openems.edge.meter.artemes.am2
 
MeterArtemesAM2() - Constructor for class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
MeterArtemesAM2.ChannelId - Enum in io.openems.edge.meter.artemes.am2
 
MeterBControlEM300 - Interface in io.openems.edge.meter.bcontrol.em300
 
MeterBControlEM300.ChannelId - Enum in io.openems.edge.meter.bcontrol.em300
 
MeterBControlEM300Impl - Class in io.openems.edge.meter.bcontrol.em300
 
MeterBControlEM300Impl() - Constructor for class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
MeterCarloGavazziEm300 - Interface in io.openems.edge.meter.carlo.gavazzi.em300
 
MeterCarloGavazziEm300.ChannelId - Enum in io.openems.edge.meter.carlo.gavazzi.em300
 
MeterCarloGavazziEm300Impl - Class in io.openems.edge.meter.carlo.gavazzi.em300
 
MeterCarloGavazziEm300Impl() - Constructor for class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
MeterCarloGavazziEm300Impl.ChannelId - Enum in io.openems.edge.meter.carlo.gavazzi.em300
 
MeterChannelId - Enum in io.openems.edge.meter.sunspec
 
MeterCommunicateStatus - Enum in io.openems.edge.goodwe.et.ess
 
MeterConnectCheckFlag - Enum in io.openems.edge.goodwe.et.ess
 
MeterConnectStatus - Enum in io.openems.edge.goodwe.et.ess
 
MeterDiscovergy - Class in io.openems.edge.meter.discovergy
 
MeterDiscovergy() - Constructor for class io.openems.edge.meter.discovergy.MeterDiscovergy
 
MeterDiscovergy.ChannelId - Enum in io.openems.edge.meter.discovergy
 
MeterJanitzaUmg604 - Class in io.openems.edge.meter.janitza.umg604
Implements the Janitza UMG 604 power analyzer.
MeterJanitzaUmg604() - Constructor for class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
MeterJanitzaUmg604.ChannelId - Enum in io.openems.edge.meter.janitza.umg604
 
MeterJanitzaUmg96rme - Class in io.openems.edge.meter.janitza.umg96rme
Implements the Janitza UMG 96RM-E power analyzer.
MeterJanitzaUmg96rme() - Constructor for class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
MeterJanitzaUmg96rme.ChannelId - Enum in io.openems.edge.meter.janitza.umg96rme
 
MeterMicrocareSdm630 - Interface in io.openems.edge.meter.microcare.sdm630
 
MeterMicrocareSdm630.ChannelId - Enum in io.openems.edge.meter.microcare.sdm630
 
MeterMicrocareSdm630Impl - Class in io.openems.edge.meter.microcare.sdm630
 
MeterMicrocareSdm630Impl() - Constructor for class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
MeterPqplusUmd97 - Class in io.openems.edge.meter.pqplus.umd97
Implements the PQ Plus UMD 97 meter.
MeterPqplusUmd97() - Constructor for class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
MeterPqplusUmd97.ChannelId - Enum in io.openems.edge.meter.pqplus.umd97
 
MeterSchneiderActi9Smartlink - Class in io.openems.edge.meter.schneider.acti9.smartlink
 
MeterSchneiderActi9Smartlink() - Constructor for class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
MeterSetting - Enum in io.openems.edge.sma.enums
 
MeterType - Enum in io.openems.edge.meter.api
Defines the type of the Meter
MeterWeidmueller525 - Class in io.openems.edge.meter.weidmueller
 
MeterWeidmueller525() - Constructor for class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
METHOD - Static variable in class io.openems.backend.b2bwebsocket.jsonrpc.notification.EdgesCurrentDataNotification
 
METHOD - Static variable in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
METHOD - Static variable in class io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest
 
METHOD - Static variable in class io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest
 
METHOD - Static variable in class io.openems.backend.metadata.odoo.odoo.jsonrpc.OdooCallRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdFailedNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.AuthenticateWithSessionIdNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.CurrentDataNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.EdgeConfigNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.EdgeRpcNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.SystemLogNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.AuthenticatedRpcRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.ComponentJsonApiRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.CreateComponentConfigRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.DeleteComponentConfigRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.EdgeRpcRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.GetEdgeConfigRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
METHOD - Static variable in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
METHOD - Static variable in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxRequest
 
METHOD - Static variable in class io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolRequest
 
METHOD - Static variable in class io.openems.edge.core.host.ExecuteSystemCommandRequest
 
METHOD - Static variable in class io.openems.edge.core.host.GetNetworkConfigRequest
 
METHOD - Static variable in class io.openems.edge.core.host.SetNetworkConfigRequest
 
METHOD - Static variable in class io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest
 
METHOD - Static variable in class io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest
 
METHOD - Static variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
millis() - Method in class io.openems.edge.common.test.TimeLeapClock
 
min - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
A string message representing a low or minimum value.
MIN_VOLTAGE_MILLIVOLT - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
Cell constants.
MinDischargePeriod - Class in io.openems.edge.controller.ess.mindischargeperiod
 
MinDischargePeriod() - Constructor for class io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod
 
MinDischargePeriod.ChannelId - Enum in io.openems.edge.controller.ess.mindischargeperiod
 
MINUS_10000_CONVERTER - Static variable in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
Subtracts 10.000 between Element and Channel
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.BooleanWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.EnumWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.FloatWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.IntegerWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.LongWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.ShortWriteChannel.MirrorToDebugChannel
 
MirrorToDebugChannel(ChannelId) - Constructor for class io.openems.edge.common.channel.StringWriteChannel.MirrorToDebugChannel
 
MISSION_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Mission Control Register
MISSION_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When DISABLED, the mission will start as soon as the sample rate is written.
MISSION_IN_PROGRESS_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a mission is in progress.
MISSION_LOG_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
maximum size of the mission log
MISSION_SAMPLE_COUNT - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Mission Sample Count
MISSION_START_DELAY - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Mission Start Delay
MISSION_TIMESTAMP_DATE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Mission Timestamp Date value
MISSION_TIMESTAMP_TIME - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Mission Timestamp Time value
MissionContainer - Interface in com.dalsemi.onewire.container
Interface class for 1-Wire® devices that perform analog measuring operations.
mkdir() - Method in class com.dalsemi.onewire.application.file.OWFile
Creates the directory named by this abstract pathname.
mkdirs() - Method in class com.dalsemi.onewire.application.file.OWFile
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
modbus1 - Variable in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
modbus2 - Variable in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
ModbusCoilElement - Interface in io.openems.edge.bridge.modbus.api.element
A ModbusCoilElement represents one or more Modbus Coils.
ModbusElement<T> - Interface in io.openems.edge.bridge.modbus.api.element
A ModbusElement represents one or more registers or coils in an AbstractTask.
ModbusProtocol - Class in io.openems.edge.bridge.modbus.api
 
ModbusProtocol(AbstractOpenemsModbusComponent, Task...) - Constructor for class io.openems.edge.bridge.modbus.api.ModbusProtocol
 
ModbusRecord - Class in io.openems.edge.common.modbusslave
 
ModbusRecord(int, ModbusType) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecord
 
ModbusRecordChannel - Class in io.openems.edge.common.modbusslave
 
ModbusRecordChannel(int, ModbusType, ChannelId, AccessMode) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
ModbusRecordConstant - Class in io.openems.edge.common.modbusslave
 
ModbusRecordConstant(int, String, ModbusType, byte[]) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
ModbusRecordFloat32 - Class in io.openems.edge.common.modbusslave
 
ModbusRecordFloat32(int, String, Float) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
ModbusRecordFloat32Reserved - Class in io.openems.edge.common.modbusslave
 
ModbusRecordFloat32Reserved(int) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordFloat32Reserved
 
ModbusRecordFloat64 - Class in io.openems.edge.common.modbusslave
 
ModbusRecordFloat64(int, String, Double) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
ModbusRecordFloat64Reserved - Class in io.openems.edge.common.modbusslave
 
ModbusRecordFloat64Reserved(int) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordFloat64Reserved
 
ModbusRecordString16 - Class in io.openems.edge.common.modbusslave
 
ModbusRecordString16(int, String, String) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordString16
 
ModbusRecordString16Reserved - Class in io.openems.edge.common.modbusslave
 
ModbusRecordString16Reserved(int) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordString16Reserved
 
ModbusRecordUint16 - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint16(int, String, Short) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
ModbusRecordUint16BlockLength - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint16BlockLength(int, String, short) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint16BlockLength
 
ModbusRecordUint16Hash - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint16Hash(int, String) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint16Hash
 
ModbusRecordUint16Reserved - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint16Reserved(int) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint16Reserved
 
ModbusRecordUint32 - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint32(int, String, Integer) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
ModbusRecordUint32Reserved - Class in io.openems.edge.common.modbusslave
 
ModbusRecordUint32Reserved(int) - Constructor for class io.openems.edge.common.modbusslave.ModbusRecordUint32Reserved
 
ModbusRegisterElement<T> - Interface in io.openems.edge.bridge.modbus.api.element
A ModbusRegisterElement represents one or more Modbus Registers.
ModbusSimulator - Class in io.openems.edge.simulator.modbus
 
ModbusSimulator() - Constructor for class io.openems.edge.simulator.modbus.ModbusSimulator
 
ModbusSimulator.ChannelId - Enum in io.openems.edge.simulator.modbus
 
ModbusSlave - Interface in io.openems.edge.common.modbusslave
 
ModbusSlaveNatureTable - Class in io.openems.edge.common.modbusslave
 
ModbusSlaveNatureTable.Builder - Class in io.openems.edge.common.modbusslave
 
ModbusSlaveTable - Class in io.openems.edge.common.modbusslave
 
ModbusSlaveTable(ModbusSlaveNatureTable...) - Constructor for class io.openems.edge.common.modbusslave.ModbusSlaveTable
 
ModbusTcpApiReadOnly - Class in io.openems.edge.controller.api.modbus.readonly
 
ModbusTcpApiReadOnly() - Constructor for class io.openems.edge.controller.api.modbus.readonly.ModbusTcpApiReadOnly
 
ModbusTcpApiReadWrite - Class in io.openems.edge.controller.api.modbus.readwrite
 
ModbusTcpApiReadWrite() - Constructor for class io.openems.edge.controller.api.modbus.readwrite.ModbusTcpApiReadWrite
 
ModbusType - Enum in io.openems.edge.common.modbusslave
 
ModbusWorker - Class in io.openems.edge.bridge.modbus.api
The ModbusWorker schedules the execution of all Modbus-Tasks, like reading and writing modbus registers.
ModbusWorker(AbstractModbusBridge) - Constructor for class io.openems.edge.bridge.modbus.api.ModbusWorker
 
Mode - Enum in io.openems.edge.controller.chp.soc
 
Mode - Enum in io.openems.edge.controller.io.channelsinglethreshold
 
Mode - Enum in io.openems.edge.controller.io.heatingelement
 
modeAutomatic() - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
Handle Mode "Automatic".
Model(int, int, String, List<SunSpecCodeGenerator.Point>) - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
modelType - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
modelType - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
modelType - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
modeSelection(CommandControlRegisters.Mode) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
modified(ComponentContext, String, String, boolean) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Handles @Modified of implementations.
ModuleParameters - Enum in io.openems.edge.battery.soltaro
 
ModuleType - Enum in io.openems.edge.battery.soltaro
This type defines the module type.
monitor - Variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
The monitor which generated the event
msSleep(long) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sleep for the specified number of milliseconds
multicastEnabled - Variable in class com.dalsemi.onewire.adapter.NetAdapter
indicates whether or not mulicast is enabled
multicastGroup - Variable in class com.dalsemi.onewire.adapter.NetAdapter
The multicast group to use for NetAdapter Datagram packets
MulticastListener - Class in com.dalsemi.onewire.adapter
Generic Mulitcast broadcast listener.
MulticastListener(int, String, byte[], byte[]) - Constructor for class com.dalsemi.onewire.adapter.MulticastListener
Creates a multicast listener on the specified multicast port, bound to the specified multicast group.
multicastListener - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
Optional, listens for datagram packets from potential clients
multicastListener - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
Optional, listens for datagram packets from potential clients
MultifunctionRelayStatus - Enum in io.openems.edge.sma.enums
 
multiply(Integer...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely multiply Integers.
Mutex - Class in io.openems.common.utils
 
Mutex(boolean) - Constructor for class io.openems.common.utils.Mutex
 
MyChannelId - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave
 
MyChannelId - Class in io.openems.edge.simulator.io
 
MyChannelId(String, OpenemsTypeDoc<Boolean>) - Constructor for class io.openems.edge.simulator.io.MyChannelId
 
MyEdge - Class in io.openems.backend.metadata.dummy
 
MyEdge(String, String, String, Edge.State, String, String, EdgeConfig) - Constructor for class io.openems.backend.metadata.dummy.MyEdge
 
MyEdge - Class in io.openems.backend.metadata.file
 
MyEdge(String, String, String, Edge.State, String, String, EdgeConfig) - Constructor for class io.openems.backend.metadata.file.MyEdge
 
MyEdge - Class in io.openems.backend.metadata.odoo
 
MyEdge(int, String, String, String, Edge.State, String, String, EdgeConfig) - Constructor for class io.openems.backend.metadata.odoo.MyEdge
 
MyIllegalAddressException - Exception in io.openems.edge.controller.api.modbus
 
MyIllegalAddressException(MyProcessImage, String) - Constructor for exception io.openems.edge.controller.api.modbus.MyIllegalAddressException
 
MyJsonServer - Class in io.openems.edge.evcs.ocpp.server
 
MyJsonServer(OcppServerImpl) - Constructor for class io.openems.edge.evcs.ocpp.server.MyJsonServer
 
MyProcessImage - Class in io.openems.edge.controller.api.modbus
This implementation answers Modbus-TCP Slave requests.
MyProcessImage(AbstractModbusTcpApi) - Constructor for class io.openems.edge.controller.api.modbus.MyProcessImage
 
MyRegister - Class in io.openems.edge.controller.api.modbus
Largely copied from SynchronizedAbstractRegister.
MyRegister(int, byte, byte, Consumer<MyRegister>) - Constructor for class io.openems.edge.controller.api.modbus.MyRegister
 
MyUser - Class in io.openems.backend.metadata.odoo
 
MyUser(int, String, String) - Constructor for class io.openems.backend.metadata.odoo.MyUser
 

N

n() - Method in enum io.openems.edge.meter.discovergy.jsonrpc.Field
 
name() - Method in interface io.openems.backend.metadata.odoo.Field
 
name() - Method in class io.openems.edge.battery.soltaro.ChannelIdImpl
 
name() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSChannelId
 
name - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
name() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecModel
The name of the SunSpec Model.
name() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
Gets the Point-ID.
name() - Method in interface io.openems.edge.common.channel.ChannelId
Gets the name in format CaseFormat.UPPER_UNDERSCORE.
name() - Method in class io.openems.edge.simulator.io.MyChannelId
 
name() - Method in class io.openems.edge.wago.FieldbusChannelId
 
name - Variable in class io.openems.edge.wago.FieldbusModuleKanal
 
namedNodeMapToString(NamedNodeMap) - Static method in class io.openems.common.utils.XmlUtils
 
needsHardReset(boolean) - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
needsPowerDelivery() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank requires 'PowerDelivery' in order to write.
needsPowerDelivery() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank pages need the adapter to have a 'PowerDelivery' feature in order to write to the memory.
needsProgramPulse() - Method in interface com.dalsemi.onewire.container.MemoryBank
Checks to see if this memory bank requires a 'ProgramPulse' in order to write.
needsProgramPulse() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Query to see if current memory bank pages need the adapter to have a 'ProgramPulse' in order to write to the memory.
NET_CAPACITY - Static variable in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
NetAdapter - Class in com.dalsemi.onewire.adapter
NetAdapter is a network-based DSPortAdapter.
NetAdapter() - Constructor for class com.dalsemi.onewire.adapter.NetAdapter
Creates an instance of NetAdapter that isn't connected.
NetAdapterConstants - Interface in com.dalsemi.onewire.adapter
Interface for holding all constants related to Network Adapter communications.
NetAdapterConstants.Connection - Class in com.dalsemi.onewire.adapter
An inner utility class for coupling Socket with I/O streams
NetAdapterHost - Class in com.dalsemi.onewire.adapter
NetAdapterHost is the host (or server) component for a network-based DSPortAdapter.
NetAdapterHost(DSPortAdapter) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates an instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter, int) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates a single-threaded instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates an (optionally multithreaded) instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter, int, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates an (optionally multi-threaded) instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter, ServerSocket) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates an instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter, ServerSocket, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterHost
Creates an (optionally multi-threaded) instance of a NetAdapterHost which wraps the provided adapter.
netAdapterSecret - Variable in class com.dalsemi.onewire.adapter.NetAdapter
secret for authentication with the server
netAdapterSecret - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
secret for authentication with the server
netAdapterSecret - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
secret for authentication with the server
NetAdapterSim - Class in com.dalsemi.onewire.adapter
NetAdapterSim is the host (or server) component for a network-based DSPortAdapter.
NetAdapterSim(String, String) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates an instance of a NetAdapterSim which wraps the provided adapter.
NetAdapterSim(String, byte[], String, int) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates a single-threaded instance of a NetAdapterSim which wraps the provided adapter.
NetAdapterSim(String, String, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates an (optionally multithreaded) instance of a NetAdapterSim which wraps the provided adapter.
NetAdapterSim(String, String, int, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates an (optionally multi-threaded) instance of a NetAdapterSim which wraps the provided adapter.
NetAdapterSim(String, String, ServerSocket) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates an instance of a NetAdapterSim which wraps the provided adapter.
NetAdapterSim(String, String, ServerSocket, boolean) - Constructor for class com.dalsemi.onewire.adapter.NetAdapterSim
Creates an (optionally multi-threaded) instance of a NetAdapterSim which wraps the provided adapter.
NetworkConfiguration - Class in io.openems.edge.core.host
 
NetworkConfiguration(TreeMap<String, NetworkInterface<?>>) - Constructor for class io.openems.edge.core.host.NetworkConfiguration
 
NetworkDeviceMonitor - Class in com.dalsemi.onewire.application.monitor
Class NetworkDeviceMonitor represents the monitor that searches the 1-Wire net, including the traversal of branches, looing for new arrivals and departures.
NetworkDeviceMonitor(DSPortAdapter) - Constructor for class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Create a complex monitor that does search branches
networkException(DeviceMonitorException) - Method in interface com.dalsemi.onewire.application.monitor.DeviceMonitorEventListener
Exception event
NetworkInterface<A> - Class in io.openems.edge.core.host
 
NetworkInterface(String, ConfigurationProperty<Boolean>, ConfigurationProperty<Boolean>, ConfigurationProperty<Inet4Address>, ConfigurationProperty<Inet4Address>, ConfigurationProperty<Set<NetworkInterface.Inet4AddressWithNetmask>>, A) - Constructor for class io.openems.edge.core.host.NetworkInterface
 
NetworkInterface.Inet4AddressWithNetmask - Class in io.openems.edge.core.host
Helper class for wrapping an IPv4 address together with its netmask.
newSession(OcppServer, UUID) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
next(AbstractComponentTest.TestCase) - Method in class io.openems.edge.common.test.AbstractComponentTest
Runs a Test-Case.
nextProcessImage() - Method in interface io.openems.edge.common.channel.Channel
Switches to the next process image, i.e.
nextProcessImage() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
nextRecord() - Method in class io.openems.edge.simulator.DataContainer
Switch to the next row of values.
NO_CONSTRAINTS - Static variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
NO_CONSTRAINTS - Static variable in interface io.openems.edge.ess.power.api.Power
 
NO_ERROR - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
NO_ERROR - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
NO_HTTP_HEADERS - Static variable in class io.openems.common.websocket.AbstractWebsocketClient
 
NO_OF_PAST_VALUES - Static variable in class io.openems.edge.common.channel.internal.AbstractReadChannel
Holds the number of past values for this Channel that are kept in the 'pastValues' variable.
NO_PRESET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
No preset value
NO_PROXY - Static variable in class io.openems.common.websocket.AbstractWebsocketClient
 
noOfCycles - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
noOfCycles - Variable in class io.openems.edge.timedata.rrd4j.RecordWorker
 
Normal - Class in io.openems.edge.battery.soltaro.controller.state
 
Normal(ManagedSymmetricEss, Battery, int, int, int, int, int, long) - Constructor for class io.openems.edge.battery.soltaro.controller.state.Normal
 
normalize(double, double, double, double, double, boolean) - Static method in class io.openems.common.utils.DoubleUtils
Normalize a value to a range - normalize values between [100, 1000] to range [0, 1].
NOT_AVAILABLE - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
NOT_OWNED - Static variable in class com.dalsemi.onewire.adapter.NetAdapter
constant for no exclusive lock
notes - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
notes - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
notes - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
notes - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
notes - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
notes - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
notifyError(OpenemsException) - Method in class io.openems.edge.controller.api.common.WriteObject
 
notifySuccess() - Method in class io.openems.edge.controller.api.common.WriteObject
 
notifyTimeout() - Method in class io.openems.edge.controller.api.common.WriteObject
 
NotImplementedException - Exception in io.openems.common.exceptions
 
NotImplementedException(String) - Constructor for exception io.openems.common.exceptions.NotImplementedException
 
NrcMeter - Class in io.openems.edge.simulator.meter.nrc.acting
 
NrcMeter() - Constructor for class io.openems.edge.simulator.meter.nrc.acting.NrcMeter
 
NrcMeter.ChannelId - Enum in io.openems.edge.simulator.meter.nrc.acting
 
NUM_CHANNELS - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Number of channels
numberOfPotentiometers(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Queries to see how many potentiometers this Potentiometer One Wire Device has.
numberOfPotentiometers(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Querys to see how many potentiometers this Potentiometer 1-Wire Device has.
numberOfWiperSettings(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Queries to find the number of wiper settings that any wiper on this Potentiometer One Wire Device can have.
numberOfWiperSettings(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Querys to find the number of wiper settings that any wiper on this Potentiometer 1-Wire Device can have.
numberPages - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Number of pages in memory bank
NVB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not an operation is being performed on the nonvolatile memory using getFlag.

O

ocppEvcss - Variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
Currently configured ocpp evcss.
OcppInformations - Enum in io.openems.edge.evcs.ocpp.common
 
OcppProfileType - Enum in io.openems.edge.evcs.ocpp.common
 
ocppServer - Variable in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
OcppServer - Interface in io.openems.edge.evcs.ocpp.common
 
OcppServerImpl - Class in io.openems.edge.evcs.ocpp.server
 
OcppServerImpl() - Constructor for class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
ocppSessions - Variable in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
Current sessions (Existing connections between server and evcs hardware).
OcppStandardRequests - Interface in io.openems.edge.evcs.ocpp.common
 
ODD_MISSION_LOG_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
mission log size for odd combination of resolutions (i.e.
ODOO_MODEL - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
 
ODOO_MODEL - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
 
ODOO_MODEL - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
 
ODOO_TABLE - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
 
ODOO_TABLE - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
 
ODOO_TABLE - Static variable in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
 
OdooCallRequest - Class in io.openems.backend.metadata.odoo.odoo.jsonrpc
Represents an abstract Odoo JSON-RPC "call" Request.
OdooCallRequest(UUID) - Constructor for class io.openems.backend.metadata.odoo.odoo.jsonrpc.OdooCallRequest
 
OdooCallRequest() - Constructor for class io.openems.backend.metadata.odoo.odoo.jsonrpc.OdooCallRequest
 
odooHandler - Variable in class io.openems.backend.metadata.odoo.MetadataOdoo
 
OdooHandler - Class in io.openems.backend.metadata.odoo.odoo
 
OdooHandler(MetadataOdoo, Config) - Constructor for class io.openems.backend.metadata.odoo.odoo.OdooHandler
 
OdooUtils - Class in io.openems.backend.metadata.odoo.odoo
 
OdooUtils.JsonrpcResponseSuccessAndHeaders - Class in io.openems.backend.metadata.odoo.odoo
Wrapper for the reply of a call to OdooUtils.sendJsonrpcRequest(String, JsonrpcRequest).
of(T) - Static method in class io.openems.common.types.ConfigurationProperty
 
of(OpenemsType) - Static method in interface io.openems.edge.common.channel.Doc
Create a Channel-Doc with a specific OpenemsType.
of(OptionsEnum[]) - Static method in interface io.openems.edge.common.channel.Doc
Create a Channel-Doc with specific options defined by an OptionsEnum.
of(Level) - Static method in interface io.openems.edge.common.channel.Doc
Create a Channel-Doc for a StateChannel with a given Level.
of(OpenemsType) - Static method in class io.openems.edge.common.channel.internal.OpenemsTypeDoc
 
of(Class<?>, AccessMode, int) - Static method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable
 
of(String, Phase, Pwr) - Method in class io.openems.edge.ess.power.api.Coefficients
 
of(ManagedSymmetricEss, EssType) - Static method in class io.openems.edge.ess.power.api.Inverter
 
of(Wago, String, String, FieldbusModuleKanal[], int, int) - Method in class io.openems.edge.wago.FieldbusModuleFactory
 
OFF_GRID_FREQUENCY_FACTOR - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
OFF_GRID_VOLTAGE_FACTOR - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
OffgridHandler - Class in io.openems.edge.ess.mr.gridcon
 
OffgridHandler(StateMachine) - Constructor for class io.openems.edge.ess.mr.gridcon.OffgridHandler
 
offset - Variable in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
 
offset - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
OldNewProperty(JsonElement, JsonElement) - Constructor for class io.openems.common.types.EdgeConfigDiff.ComponentDiff.OldNewProperty
 
ON_GRID_FREQUENCY_FACTOR - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
ON_GRID_VOLTAGE_FACTOR - Static variable in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
onAfterControllers() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_AFTER_CONTROLLERS event.
onAfterProcessImage() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_AFTER_PROCESS_IMAGE event.
onAfterWrite() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before {@link EdgeEventConstants#TOPIC_CYCLE_AFTER_WRITE.
onBeforeControllers() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_BEFORE_CONTROLLERS event.
onBeforeProcessImage() - Method in class io.openems.edge.bridge.modbus.api.ModbusWorker
This is called on TOPIC_CYCLE_BEFORE_PROCESS_IMAGE cycle event.
onBeforeProcessImage() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_BEFORE_PROCESS_IMAGE event.
onBeforeWrite() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_BEFORE_WRITE event.
onBeforeWrite() - Method in class io.openems.edge.ess.test.ManagedSymmetricEssTest
 
ONCE_PER_DAY - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting for the setClockAlarm() method.
ONCE_PER_HOUR - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting for the setClockAlarm() method.
ONCE_PER_MINUTE - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting for the setClockAlarm() method.
ONCE_PER_SECOND - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting for the setClockAlarm() method.
ONCE_PER_WEEK - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting for the setClockAlarm() method.
onChange(BiConsumer<Value<T>, Value<T>>) - Method in interface io.openems.edge.common.channel.Channel
Add an onChange callback.
onChange(BiConsumer<Value<T>, Value<T>>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
OnClose - Class in io.openems.backend.b2bwebsocket
 
OnClose(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.OnClose
 
OnClose - Class in io.openems.backend.edgewebsocket.impl
 
OnClose(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.OnClose
 
OnClose - Class in io.openems.backend.uiwebsocket.impl
 
OnClose(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.OnClose
 
OnClose - Interface in io.openems.common.websocket
 
OnClose - Class in io.openems.edge.controller.api.websocket
 
OnClose(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.OnClose
 
OnCloseHandler - Class in io.openems.common.websocket
 
OnCloseHandler(AbstractWebsocket<?>, WebSocket, int, String, boolean) - Constructor for class io.openems.common.websocket.OnCloseHandler
 
onEntry(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.ErrorHandling
 
onEntry(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.GoRunning
 
onEntry(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.GoStopped
 
onEntry(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.State.Handler
Gets called before the StateMachine changes from another State to this State.
onEntry(StateMachine.Context) - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
Gets called before the StateMachine changes from another State to this State.
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.ErrorHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoRunningHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoStoppedHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ErrorHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoRunningHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoStoppedHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.ErrorHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoRunningHandler
 
onEntry(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoStoppedHandler
 
onEntry(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.ErrorHandler
 
onEntry(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoRunningHandler
 
onEntry(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoStoppedHandler
 
onEntry(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.GoRunningHandler
 
onEntry(CONTEXT) - Method in class io.openems.edge.common.statemachine.StateHandler
Gets called before the StateMachine changes from another State to this State.
onEntry(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.ErrorHandler
 
onEntry(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryHandler
 
onEntry(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryInverterHandler
 
onEntry(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryHandler
 
onEntry(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryInverterHandler
 
OnError - Class in io.openems.backend.b2bwebsocket
 
OnError(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.OnError
 
OnError - Class in io.openems.backend.edgewebsocket.impl
 
OnError(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.OnError
 
OnError - Class in io.openems.backend.uiwebsocket.impl
 
OnError(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.OnError
 
OnError - Interface in io.openems.common.websocket
 
OnError - Class in io.openems.edge.controller.api.backend
 
OnError(BackendApi) - Constructor for class io.openems.edge.controller.api.backend.OnError
 
onError(Consumer<OpenemsException>) - Method in class io.openems.edge.controller.api.common.WriteObject
 
OnError - Class in io.openems.edge.controller.api.websocket
 
OnError(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.OnError
 
OnErrorHandler - Class in io.openems.common.websocket
 
OnErrorHandler(AbstractWebsocket<?>, WebSocket, Exception) - Constructor for class io.openems.common.websocket.OnErrorHandler
 
OneWireAccessProvider - Class in com.dalsemi.onewire
The OneWireAccessProvider class manages the Maxim adapter class derivatives of DSPortAdapter.
OneWireContainer - Class in com.dalsemi.onewire.container
A OneWireContainer encapsulates the DSPortAdapter, the 1-Wire® network address, and methods to manipulate a specific 1-Wire device.
OneWireContainer() - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create an empty container.
OneWireContainer(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01 - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 01 (hex), Maxim Integrated Products part number: DS1990A, Serial Number.
OneWireContainer01() - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create an empty container.
OneWireContainer01(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02 - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 02 (hex), Maxim Integrated Products part number: DS1991, MultiKey.
OneWireContainer02() - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create an empty container.
OneWireContainer02(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer04 - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte memory iButton Plus Time, DS1994 and 1-Wire Chip, DS2404.
OneWireContainer04() - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer04(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer05 - Class in com.dalsemi.onewire.container
1-Wire® container for a Single Addressable Switch, DS2405.
OneWireContainer05() - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer05(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer05(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer05(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer06 - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte memory iButton, DS1993.
OneWireContainer06() - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer06(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer08 - Class in com.dalsemi.onewire.container
1-Wire container for 128 byte memory iButton, DS1992.
OneWireContainer08() - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer08(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09 - Class in com.dalsemi.onewire.container
1-Wire container for 128 byte Add-Only memory (EPROM) iButton, DS1982 and 1-Wire Chip, DS2502.
OneWireContainer09() - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer09(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A - Class in com.dalsemi.onewire.container
1-Wire container for 2048 byte memory iButton, DS1995.
OneWireContainer0A() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer0A(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0B - Class in com.dalsemi.onewire.container
1-Wire container for 2048 byte Add-Only memory (EPROM) iButton, DS1985 and 1-Wire Chip, DS2505.
OneWireContainer0B() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer0B(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C - Class in com.dalsemi.onewire.container
1-Wire container for 8192 byte memory iButton, DS1996.
OneWireContainer0C() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer0C(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F - Class in com.dalsemi.onewire.container
1-Wire container for 8192 byte Add-Only memory (EPROM) iButton, DS1986 and 1-Wire Chip, DS2506.
OneWireContainer0F() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer0F(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer10 - Class in com.dalsemi.onewire.container
1-Wire container for temperature iButton which measures temperatures from -55@htmlonly °C @endhtmlonly to +100@htmlonly °C @endhtmlonly, DS1920 or DS18S20.
OneWireContainer10() - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Creates an empty OneWireContainer10.
OneWireContainer10(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer10(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer10(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer12 - Class in com.dalsemi.onewire.container
1-Wire® container for a Dual Addressable Switch, DS2406 or DS2407.
OneWireContainer12() - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer12(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer12(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer12(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer13 - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte Add-Only memory (EPROM) iButton, DS1983 and 1-Wire Chip, DS2503.
OneWireContainer13() - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer13(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer14 - Class in com.dalsemi.onewire.container
1-Wire container for 32 byte EEPROM memory iButton, DS1971 and 1-Wire Chip, DS2430A.
OneWireContainer14() - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer14(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer18 - Class in com.dalsemi.onewire.container
1-Wire® container for a SHA Transaction iButton, DS1963S.
OneWireContainer18() - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer18(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer18(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer18(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer1A - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte memory iButton with write cycle counters, DS1963L.
OneWireContainer1A() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer1A(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1C - Class in com.dalsemi.onewire.container
1-Wire® container for a Addressable 1-Wire 4K-bit EEPROM, DS28E04.
OneWireContainer1C() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1C
Creates a new OneWireContainer for communication with a DS28E04.
OneWireContainer1C(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1C
Creates a new OneWireContainer for communication with a DS28E04.
OneWireContainer1C(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1C
Creates a new OneWireContainer for communication with a DS28E04.
OneWireContainer1C(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1C
Creates a new OneWireContainer for communication with a DS28E04.
OneWireContainer1D - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte memory with external counters, DS2423.
OneWireContainer1D() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer1D(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F - Class in com.dalsemi.onewire.container
1-Wire® container for 1-Wire(MicroLAN) Coupler, DS2409.
OneWireContainer1F() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer1F(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer20 - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 20 (hex), Maxim Integrated Products part number: DS2450, 1-Wire Quad A/D Converter.
OneWireContainer20() - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Default constructor
OneWireContainer20(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer20(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer20(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer21 - Class in com.dalsemi.onewire.container
1-Wire® container for a Thermochron iButton, DS1921.
OneWireContainer21() - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer21(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer21(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer21(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer22 - Class in com.dalsemi.onewire.container
1-Wire container for temperature iButton which measures temperatures from -55@htmlonly °C @endhtmlonly to +125@htmlonly °C @endhtmlonly, DS1822.
OneWireContainer22() - Constructor for class com.dalsemi.onewire.container.OneWireContainer22
Creates an empty OneWireContainer22.
OneWireContainer22(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer22
Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer22(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer22
Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer22(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer22
Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer23 - Class in com.dalsemi.onewire.container
1-Wire container for 512 byte EEPROM memory iButton, DS1973 and 1-Wire Chip, DS2433.
OneWireContainer23() - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer23(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer24 - Class in com.dalsemi.onewire.container
1-Wire container for Real-Time-Clock (RTC) iButton, DS1904 and 1-Wire Chip, DS2415.
OneWireContainer24() - Constructor for class com.dalsemi.onewire.container.OneWireContainer24
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer24(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer24
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer24(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer24
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer24(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer24
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer26 - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 26 (hex), Maxim Integrated Products part number: DS2438, Smart Battery Monitor.
OneWireContainer26() - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Default constructor
OneWireContainer26(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer26(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer26(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer27 - Class in com.dalsemi.onewire.container
1-Wire container for Real-Time Clock with Interrupt, DS2417.
OneWireContainer27() - Constructor for class com.dalsemi.onewire.container.OneWireContainer27
Create an empty container that is not complete until after a call to setupContainer.
OneWireContainer27(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer27
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer27(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer27
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer27(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer27
Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer28 - Class in com.dalsemi.onewire.container
1-Wire container for temperature iButton which measures temperatures from -55@htmlonly °C @endhtmlonly to +125@htmlonly °C @endhtmlonly, DS18B20.
OneWireContainer28() - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Creates an empty OneWireContainer28.
OneWireContainer28(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer28(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer28(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer29 - Class in com.dalsemi.onewire.container
1-Wire® container for a Single Addressable Switch, DS2408.
OneWireContainer29() - Constructor for class com.dalsemi.onewire.container.OneWireContainer29
Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer29(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer29
Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer29(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer29
Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer29(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer29
Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer2C - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 2C (hex), Maxim Integrated Products part number: DS2890, 1-Wire Digital Potentiometer.
OneWireContainer2C() - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Default constructor
OneWireContainer2C(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer2C(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer2C(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer2D - Class in com.dalsemi.onewire.container
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM family type 2D (hex), Maxim Integrated Products part number: DS2431.
OneWireContainer2D() - Constructor for class com.dalsemi.onewire.container.OneWireContainer2D
Default Constructor OneWireContainer2D.
OneWireContainer2D(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer2D(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer2D(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer30 - Class in com.dalsemi.onewire.container
1-Wire® container that encapsulates the functionality of the 1-Wire family type 30 (hex), Maxim Integrated Products part number: DS2760, High Precision Li-ion Battery Monitor.
OneWireContainer30() - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Default constructor
OneWireContainer30(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer30(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer30(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer33 - Class in com.dalsemi.onewire.container
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM with SHA-1 Engine' family type 33 (hex), Maxim Integrated Products part number: DS1961S,DS2432.
OneWireContainer33() - Constructor for class com.dalsemi.onewire.container.OneWireContainer33
Default Constructor OneWireContainer33.
OneWireContainer33(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer33
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer33(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer33
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer33(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer33
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer37 - Class in com.dalsemi.onewire.container
1-Wire® container for a 32K bytes of read-only and read/write password protected memory, DS1977.
OneWireContainer37() - Constructor for class com.dalsemi.onewire.container.OneWireContainer37
Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer37(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer37
Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer37(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer37
Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer37(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer37
Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer3A - Class in com.dalsemi.onewire.container
1-Wire® container for a Single Addressable Switch, DS2413.
OneWireContainer3A() - Constructor for class com.dalsemi.onewire.container.OneWireContainer3A
Creates a new OneWireContainer for communication with a DS2413.
OneWireContainer3A(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer3A
Creates a new OneWireContainer for communication with a DS2413.
OneWireContainer3A(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer3A
Creates a new OneWireContainer for communication with a DS2413.
OneWireContainer3A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer3A
Creates a new OneWireContainer for communication with a DS2413.
OneWireContainer41 - Class in com.dalsemi.onewire.container
1-Wire® container for a Temperature and Humidity/A-D Logging iButton, DS1922.
OneWireContainer41() - Constructor for class com.dalsemi.onewire.container.OneWireContainer41
Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer41(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer41
Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer41(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer41
Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer41(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer41
Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer42 - Class in com.dalsemi.onewire.container
1-Wire® container for a 1-Wire programmable resolution digital thermometer with "sequence detect" and PIO, the DS28EA00.
OneWireContainer42() - Constructor for class com.dalsemi.onewire.container.OneWireContainer42
Creates an empty OneWireContainer42.
OneWireContainer42(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer42
Creates a OneWireContainer42 with the provided adapter object and the address of this One-Wire device.
OneWireContainer42(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer42
Creates a OneWireContainer42 with the provided adapter object and the address of this One-Wire device.
OneWireContainer42(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer42
Creates a OneWireContainer42 with the provided adapter object and the address of this One-Wire device.
OneWireContainer43 - Class in com.dalsemi.onewire.container
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM family type 43 (hex), Maxim Integrated Products part number: DS28EC20.
OneWireContainer43() - Constructor for class com.dalsemi.onewire.container.OneWireContainer43
Default Constructor OneWireContainer43.
OneWireContainer43(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer43
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer43(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer43
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer43(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer43
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireException - Exception in com.dalsemi.onewire
This is the general exception thrown by the iButton and 1-Wire operations.
OneWireException() - Constructor for exception com.dalsemi.onewire.OneWireException
Constructs a OneWireException with no detail message.
OneWireException(String) - Constructor for exception com.dalsemi.onewire.OneWireException
Constructs a OneWireException with the specified detail message.
OneWireIOException - Exception in com.dalsemi.onewire.adapter
This exception is thrown when there is an IO error communicating on on the 1-Wire Network.
OneWireIOException() - Constructor for exception com.dalsemi.onewire.adapter.OneWireIOException
Constructs a OneWireIOException with no detail message.
OneWireIOException(String) - Constructor for exception com.dalsemi.onewire.adapter.OneWireIOException
Constructs a OneWireIOException with the specified detail message.
OneWireSensor - Interface in com.dalsemi.onewire.container
1-Wire sensor interface class for basic sensor operations.
OneWireTaskWorker - Class in io.openems.edge.bridge.onewire.impl
 
OneWireTaskWorker(BridgeOnewireImpl, String) - Constructor for class io.openems.edge.bridge.onewire.impl.OneWireTaskWorker
 
OneWireThermometer - Class in io.openems.edge.onewire.thermometer
 
OneWireThermometer() - Constructor for class io.openems.edge.onewire.thermometer.OneWireThermometer
 
onExecuteControllers() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed after TOPIC_CYCLE_BEFORE_CONTROLLERS and before TOPIC_CYCLE_AFTER_CONTROLLERS.
onExecuteControllers() - Method in class io.openems.edge.controller.test.ControllerTest
 
onExecuteWrite() - Method in class io.openems.edge.bridge.modbus.api.ModbusWorker
This is called on TOPIC_CYCLE_EXECUTE_WRITE cycle event.
onExecuteWrite() - Method in class io.openems.edge.common.test.AbstractComponentTest
This method is executed before the {@link EdgeEventConstants#TOPIC_CYCLE_EXECUTE_WRITE event.
onExit(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.ErrorHandling
 
onExit(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.State.Handler
Gets called after the StateMachine changes from this State to another State.
onExit(StateMachine.Context) - Method in enum io.openems.edge.battery.bydcommercial.statemachine.State
Gets called after the StateMachine changes from this State to another State.
onExit(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.ErrorHandler
 
onExit(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ErrorHandler
 
onExit(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.ErrorHandler
 
onExit(CONTEXT) - Method in class io.openems.edge.common.statemachine.StateHandler
Gets called after the StateMachine changes from this State to another State.
onExit(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.ErrorHandler
 
onFirstError(Consumer<OpenemsException>) - Method in class io.openems.edge.controller.api.common.WriteObject
 
onFirstSuccess(Runnable) - Method in class io.openems.edge.controller.api.common.WriteObject
 
OngridHandler - Class in io.openems.edge.ess.mr.gridcon
 
OngridHandler(StateMachine) - Constructor for class io.openems.edge.ess.mr.gridcon.OngridHandler
 
OngridHandler - Class in io.openems.edge.ess.sinexcel
 
OngridHandler() - Constructor for class io.openems.edge.ess.sinexcel.OngridHandler
 
OngridHandler.State - Enum in io.openems.edge.ess.mr.gridcon
 
onInit(Consumer<Channel<T>>) - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Provides a callback on initialization of the actual Channel
OnInternalError - Interface in io.openems.common.websocket
 
OnInternalErrorHandler - Class in io.openems.common.websocket
 
OnInternalErrorHandler(OnInternalError, Exception) - Constructor for class io.openems.common.websocket.OnInternalErrorHandler
 
onLastMessage(MyEdge) - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
onLastUpdate(MyEdge) - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
online - Variable in class io.openems.backend.common.jsonrpc.response.GetEdgesStatusResponse.EdgeInfo
 
online - Variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesDataResponse.EdgeInfo
 
online - Variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesEnergyResponse.EdgeInfo
 
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Checks to see if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Checks if the channels of this switch require that only one channel is on at any one time.
onlySingleChannelOn() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Checks to see if the channels of this switch require that only one channel is on at any one time.
OnNotification - Class in io.openems.backend.b2bwebsocket
 
OnNotification(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.OnNotification
 
OnNotification - Class in io.openems.backend.edgewebsocket.impl
 
OnNotification(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.OnNotification
 
OnNotification - Class in io.openems.backend.uiwebsocket.impl
 
OnNotification(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.OnNotification
 
OnNotification - Interface in io.openems.common.websocket
 
OnNotification - Class in io.openems.edge.controller.api.backend
 
OnNotification(BackendApi) - Constructor for class io.openems.edge.controller.api.backend.OnNotification
 
OnNotification - Class in io.openems.edge.controller.api.websocket
 
OnNotification(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.OnNotification
 
OnNotificationHandler - Class in io.openems.common.websocket
 
OnNotificationHandler(AbstractWebsocket<?>, WebSocket, JsonrpcNotification) - Constructor for class io.openems.common.websocket.OnNotificationHandler
 
OnOpen - Class in io.openems.backend.b2bwebsocket
 
OnOpen(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.OnOpen
 
OnOpen - Class in io.openems.backend.edgewebsocket.impl
 
OnOpen(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.OnOpen
 
OnOpen - Class in io.openems.backend.uiwebsocket.impl
 
OnOpen(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.OnOpen
 
OnOpen - Interface in io.openems.common.websocket
 
OnOpen - Class in io.openems.edge.controller.api.backend
 
OnOpen(BackendApi) - Constructor for class io.openems.edge.controller.api.backend.OnOpen
 
OnOpen - Class in io.openems.edge.controller.api.websocket
 
OnOpen(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.OnOpen
 
OnOpenHandler - Class in io.openems.common.websocket
 
OnOpenHandler(AbstractWebsocket<?>, WebSocket, JsonObject) - Constructor for class io.openems.common.websocket.OnOpenHandler
 
onReceive(BiConsumer<InetAddress, String>) - Method in interface io.openems.edge.evcs.keba.kecontact.core.KebaKeContactCore
Callback on receive of a message.
onReceive(BiConsumer<InetAddress, String>) - Method in class io.openems.edge.evcs.keba.kecontact.core.KebaKeContactCoreImpl
 
OnRequest - Class in io.openems.backend.b2bwebsocket
 
OnRequest(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.OnRequest
 
OnRequest - Class in io.openems.backend.edgewebsocket.impl
 
OnRequest(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.OnRequest
 
OnRequest - Class in io.openems.backend.uiwebsocket.impl
 
OnRequest(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.OnRequest
 
OnRequest - Interface in io.openems.common.websocket
 
OnRequest - Class in io.openems.edge.controller.api.backend
 
OnRequest(BackendApi) - Constructor for class io.openems.edge.controller.api.backend.OnRequest
 
OnRequest - Class in io.openems.edge.controller.api.websocket
 
OnRequest(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.OnRequest
 
OnRequestHandler - Class in io.openems.common.websocket
 
OnRequestHandler(AbstractWebsocket<?>, WebSocket, JsonrpcRequest, Consumer<JsonrpcResponse>) - Constructor for class io.openems.common.websocket.OnRequestHandler
 
OnResponseHandler - Class in io.openems.common.websocket
 
OnResponseHandler(AbstractWebsocket<?>, WebSocket, JsonrpcResponse) - Constructor for class io.openems.common.websocket.OnResponseHandler
 
onSetComponentState(Consumer<Map<ChannelAddress, EdgeConfig.Component.Channel>>) - Method in class io.openems.backend.metadata.api.Edge
 
onSetConfig(Consumer<EdgeConfig>) - Method in class io.openems.backend.metadata.api.Edge
Adds a listener for reception of new EdgeConfig.
onSetLastMessage(Runnable) - Method in class io.openems.backend.metadata.api.Edge
 
onSetLastUpdate(Runnable) - Method in class io.openems.backend.metadata.api.Edge
 
onSetNextValue(Consumer<Value<T>>) - Method in interface io.openems.edge.common.channel.Channel
Add an onSetNextValue callback.
onSetNextValue(Consumer<Value<T>>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
onSetNextWrite(Consumer<Optional<T>>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
onSetNextWrite(Consumer<Optional<T>>) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Add an onSetNextWrite callback.
onSetNextWrite(CheckedConsumer<Boolean>) - Method in class io.openems.edge.common.channel.BooleanWriteChannel
 
onSetNextWrite(CheckedConsumer<Double>) - Method in class io.openems.edge.common.channel.DoubleWriteChannel
 
onSetNextWrite(CheckedConsumer<Integer>) - Method in class io.openems.edge.common.channel.EnumWriteChannel
 
onSetNextWrite(CheckedConsumer<Float>) - Method in class io.openems.edge.common.channel.FloatWriteChannel
 
onSetNextWrite(CheckedConsumer<Integer>) - Method in class io.openems.edge.common.channel.IntegerWriteChannel
 
onSetNextWrite(CheckedConsumer<Long>) - Method in class io.openems.edge.common.channel.LongWriteChannel
 
onSetNextWrite(CheckedConsumer<Short>) - Method in class io.openems.edge.common.channel.ShortWriteChannel
 
onSetNextWrite(CheckedConsumer<String>) - Method in class io.openems.edge.common.channel.StringWriteChannel
 
onSetNextWrite(CheckedConsumer<T>) - Method in interface io.openems.edge.common.channel.WriteChannel
Add an onSetNextWrite callback.
onSetNextWriteCallbacks - Variable in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
onSetOnline(Consumer<Boolean>) - Method in class io.openems.backend.metadata.api.Edge
 
onSetProducttype(Consumer<String>) - Method in class io.openems.backend.metadata.api.Edge
 
onSetVersion(Consumer<SemanticVersion>) - Method in class io.openems.backend.metadata.api.Edge
 
onSolved(OnSolved) - Method in class io.openems.edge.ess.core.power.Solver
Adds a callback for onSolved event.
OnSolved - Interface in io.openems.edge.ess.power.api
 
onSuccess(Runnable) - Method in class io.openems.edge.controller.api.common.WriteObject
 
onSunSpecInitializationCompleted() - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
Mark SunSpec initialization completed; this takes some time at startup.
onSunSpecInitializationCompleted() - Method in class io.openems.edge.batteryinverter.sunspec.AbstractSunSpecBatteryInverter
 
onSunSpecInitializationCompleted() - Method in class io.openems.edge.bridge.modbus.sunspec.AbstractOpenemsSunSpecComponent
This method is called after the SunSpec initialization was completed.
onSunSpecInitializationCompleted() - Method in class io.openems.edge.meter.sunspec.AbstractSunSpecMeter
 
onSunSpecInitializationCompleted() - Method in class io.openems.edge.pvinverter.sunspec.AbstractSunSpecPvInverter
 
onTimeout(Runnable) - Method in class io.openems.edge.controller.api.common.WriteObject
 
onUpdate(Consumer<Value<T>>) - Method in interface io.openems.edge.common.channel.Channel
Add an onUpdate callback.
onUpdate(Consumer<Value<T>>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
onUpdateCallback(Consumer<T>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
The onUpdateCallback is called on reception of a new value.
onWriteValue(Consumer<Object>) - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
onWriteValueCallback - Variable in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
open() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Opens the file for reading.
open() - Method in class com.dalsemi.onewire.utils.OWPath
Open this 1-Wire path so that a remote device can be accessed.
open() - Method in class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
OpenemsComponent - Interface in io.openems.edge.common.component
This is the base interface for and should be implemented by every service component in OpenEMS Edge.
OpenemsComponent.ChannelId - Enum in io.openems.edge.common.component
 
OpenemsConstants - Class in io.openems.common
 
OpenemsConstants() - Constructor for class io.openems.common.OpenemsConstants
 
OpenemsError - Enum in io.openems.common.exceptions
Holds named OpenEMS Errors.
OpenemsError.OpenemsNamedException - Exception in io.openems.common.exceptions
 
OpenemsException - Exception in io.openems.common.exceptions
 
OpenemsException(String) - Constructor for exception io.openems.common.exceptions.OpenemsException
 
OpenemsException(String, Throwable) - Constructor for exception io.openems.common.exceptions.OpenemsException
 
OpenemsException(Throwable) - Constructor for exception io.openems.common.exceptions.OpenemsException
 
OpenemsNamedException(OpenemsError, Object...) - Constructor for exception io.openems.common.exceptions.OpenemsError.OpenemsNamedException
 
OpenemsType - Enum in io.openems.common.types
 
OpenemsTypeDoc<T> - Class in io.openems.edge.common.channel.internal
 
OpenemsTypeDoc(OpenemsType) - Constructor for class io.openems.edge.common.channel.internal.OpenemsTypeDoc
 
openPort() - Method in class com.dalsemi.onewire.adapter.SerialService
 
openPort(SerialPortEventListener) - Method in class com.dalsemi.onewire.adapter.SerialService
 
OperatingModeForActivePowerLimitation - Enum in io.openems.edge.sma.enums
 
OperatingModeOfActivePowerLimitationAtOverFrequency - Enum in io.openems.edge.sma.enums
 
OperatingState - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
OperatingState - Enum in io.openems.edge.batteryinverter.refu88k
 
OperatingSystem - Interface in io.openems.edge.core.host
 
OperatingSystemDebianSystemd - Class in io.openems.edge.core.host
OperatingSystem implementation for Debian with systemd.
OperatingSystemDebianSystemd(Host) - Constructor for class io.openems.edge.core.host.OperatingSystemDebianSystemd
 
OperationMode - Enum in io.openems.edge.goodwe.et.ess
 
operator - Variable in class io.openems.backend.metadata.odoo.odoo.Domain
 
options - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
OptionsEnum - Interface in io.openems.common.types
 
orConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the 'or' Condition Search is set and if not sets it.
orConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the 'or' Condition Search is set and if not sets it.
orElse(T) - Method in class io.openems.edge.common.channel.value.Value
Gets the value or the given alternativeValue.
OSCILLATOR_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When DISABLED, the real time clock will start working.
OsgiValidateWorker - Class in io.openems.edge.core.componentmanager
This Worker constantly validates if all configured OpenEMS-Components are actually activated.
OsgiValidateWorker(ComponentManagerImpl) - Constructor for class io.openems.edge.core.componentmanager.OsgiValidateWorker
 
OTPMemoryBank - Interface in com.dalsemi.onewire.container
One-Time-Programmable (OTP) Memory bank interface for iButtons (or 1-Wire devices) with OTP features.
OutOfMemoryHeapDumpWorker - Class in io.openems.edge.core.componentmanager
This Worker constantly checks for heap-dump files in /usr/lib/openems directory.
OutOfMemoryHeapDumpWorker(ComponentManagerImpl) - Constructor for class io.openems.edge.core.componentmanager.OutOfMemoryHeapDumpWorker
 
OutPFSetEna - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
OutPFSetEna - Enum in io.openems.edge.batteryinverter.refu88k
 
output - Variable in class com.dalsemi.onewire.adapter.NetAdapterConstants.Connection
output stream from socket
output(ChannelAddress, Object) - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
 
OutputTypeAC - Enum in io.openems.edge.goodwe.et.ess
 
OVERVOLTAGE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true, it indicates that the battery pack has experienced an overvoltage condition.
owc33 - Variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
The Password container to acces the 8 byte passwords
OWFile - Class in com.dalsemi.onewire.application.file
An abstract representation of file and directory pathnames on 1-Wire devices.
OWFile(OneWireContainer, String) - Constructor for class com.dalsemi.onewire.application.file.OWFile
Creates a new OWFile instance by converting the given pathname string into an abstract pathname.
OWFile(OneWireContainer[], String) - Constructor for class com.dalsemi.onewire.application.file.OWFile
Creates a new OWFile instance by converting the given pathname string into an abstract pathname.
OWFile(OneWireContainer, String, String) - Constructor for class com.dalsemi.onewire.application.file.OWFile
Creates a new OWFile instance from a parent pathname string and a child pathname string.
OWFile(OWFile, String) - Constructor for class com.dalsemi.onewire.application.file.OWFile
Creates a new OWFile instance from a parent abstract pathname and a child pathname string.
OWFileDescriptor - Class in com.dalsemi.onewire.application.file
Instances of the 1-Wire file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
OWFileDescriptor() - Constructor for class com.dalsemi.onewire.application.file.OWFileDescriptor
Construct an invalid 1-Wire FileDescriptor
OWFileDescriptor(OneWireContainer, String) - Constructor for class com.dalsemi.onewire.application.file.OWFileDescriptor
Construct a 1-Wire FileDescrioptor providing the Filesystem 1-Wire device and file path.
OWFileDescriptor(OneWireContainer[], String) - Constructor for class com.dalsemi.onewire.application.file.OWFileDescriptor
Construct a 1-Wire FileDescrioptor providing the Filesystem 1-Wire device and file path.
OWFileInputStream - Class in com.dalsemi.onewire.application.file
A OWFileInputStream obtains input bytes from a file in a 1-Wire Filesystem.
OWFileInputStream(OneWireContainer, String) - Constructor for class com.dalsemi.onewire.application.file.OWFileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the Filesystem.
OWFileInputStream(OneWireContainer[], String) - Constructor for class com.dalsemi.onewire.application.file.OWFileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the Filesystem.
OWFileInputStream(OWFile) - Constructor for class com.dalsemi.onewire.application.file.OWFileInputStream
Creates a OWFileInputStream by opening a connection to an actual file, the file named by the File object file in the Filesystem.
OWFileInputStream(OWFileDescriptor) - Constructor for class com.dalsemi.onewire.application.file.OWFileInputStream
Creates a OWFileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the Filesystem.
OWFileNotFoundException - Exception in com.dalsemi.onewire.application.file
Signals that an attempt to open the file on a 1-Wire device denoted.
OWFileNotFoundException() - Constructor for exception com.dalsemi.onewire.application.file.OWFileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
OWFileNotFoundException(String) - Constructor for exception com.dalsemi.onewire.application.file.OWFileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
OWFileOutputStream - Class in com.dalsemi.onewire.application.file
A 1-Wire file output stream is an output stream for writing data to a OWFile or to a OWFileDescriptor.
OWFileOutputStream(OneWireContainer, String) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer[], String) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer, String, boolean) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer[], String, boolean) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OWFile) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
OWFileOutputStream(OWFileDescriptor) - Constructor for class com.dalsemi.onewire.application.file.OWFileOutputStream
Creates an output file stream to write to the specified file descriptor, which represents an existing connection to an actual file in the Filesystem.
OWPath - Class in com.dalsemi.onewire.utils
1-Wire® Network path.
OWPath(DSPortAdapter) - Constructor for class com.dalsemi.onewire.utils.OWPath
Create a new 1-Wire path with no elemements.
OWPath(DSPortAdapter, OWPath) - Constructor for class com.dalsemi.onewire.utils.OWPath
Create a new path with a starting path.
OWPathElement - Class in com.dalsemi.onewire.utils
1-Wire® Network path element.
OWPathElement(OneWireContainer, int) - Constructor for class com.dalsemi.onewire.utils.OWPathElement
Create a new 1-Wire path element.
OWSyncFailedException - Exception in com.dalsemi.onewire.application.file
Represents a failed 1-Wire memory sync operation.
OWSyncFailedException(String) - Constructor for exception com.dalsemi.onewire.application.file.OWSyncFailedException
Constructs a SyncFailedException with a the given message.

P

P1 - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Index for addressing P1 in this CommandAPDU apduBuffer.
P2 - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Index for addressing P2 in this CommandAPDU apduBuffer.
pageCRC - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if memory bank has page CRC.
PagedMemoryBank - Interface in com.dalsemi.onewire.container
Paged Memory bank interface for iButtons (or 1-Wire devices) with page based memory.
pageLength - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
page length in memory bank
parameterF0(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parameterSet1(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parameterSet2(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parameterSet3(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parameterSet4(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parameterU0(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
parent - Variable in class io.openems.backend.metadata.odoo.odoo.OdooHandler
 
parent - Variable in class io.openems.backend.metadata.odoo.postgres.InitializeEdgesWorker
 
parent - Variable in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
parent - Variable in class io.openems.edge.controller.api.modbus.MyProcessImage
 
parent - Variable in class io.openems.edge.ess.mr.gridcon.StateMachine
 
parent - Variable in class io.openems.edge.ess.sinexcel.StateMachine
 
Parity - Enum in io.openems.edge.bridge.modbus.api
 
parse(InputSource) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Parse an XML document.
parse(String) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Parse an XML document specified by system identifier or URL.
parse(InputStream) - Method in class com.dalsemi.onewire.application.tag.TAGParser
Returns the vector of TaggedDevice objects described in the TAG file.
parse(String) - Static method in class io.openems.common.utils.JsonUtils
Parses a string to a JsonElement.
parseCsv(String, CsvFormat, float) - Static method in class io.openems.edge.simulator.CsvUtils
Reads a CSV file.
parseNumberFromName(String) - Static method in class io.openems.backend.metadata.dummy.Dummy
 
parseNumberFromName(String) - Static method in class io.openems.backend.timedata.influx.Influx
 
parseToJsonObject(String) - Static method in class io.openems.common.utils.JsonUtils
Parses a string to a JsonObject.
PASSWORD_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
Address of the Password Control Register.
PASSWORD_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Password Control Register.
PasswordContainer - Interface in com.dalsemi.onewire.container
Public interface for all devices which implement some form of password protection.
paths - Variable in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
A vector of paths, or branches, to search
pathSeparator - Static variable in class com.dalsemi.onewire.application.file.OWFile
Field pathSeparator
pathSeparatorChar - Static variable in class com.dalsemi.onewire.application.file.OWFile
Field pathSeparatorChar
PATTERN_INET4ADDRESS - Static variable in class io.openems.edge.core.host.NetworkConfiguration
 
pauseMonitor(boolean) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Pause this monitor
PControlMode - Enum in io.openems.edge.ess.mr.gridcon.enums
 
pControlMode(PControlMode) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CcuControlParameters
 
PcsMode - Enum in io.openems.edge.fenecon.mini.ess
 
PcsMode - Enum in io.openems.edge.fenecon.pro.ess
 
PcsOperationState - Enum in io.openems.edge.fenecon.pro.ess
 
PCSSetOperation - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
PCSSetOperation - Enum in io.openems.edge.batteryinverter.refu88k
 
PDKAdapterUSB - Class in com.dalsemi.onewire.adapter
 
PDKAdapterUSB() - Constructor for class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
PeakShaving - Class in io.openems.edge.controller.asymmetric.peakshaving
 
PeakShaving() - Constructor for class io.openems.edge.controller.asymmetric.peakshaving.PeakShaving
 
PeakShaving - Class in io.openems.edge.controller.symmetric.peakshaving
 
PeakShaving() - Constructor for class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
PeakShaving.ChannelId - Enum in io.openems.edge.controller.asymmetric.peakshaving
 
PeakShaving.ChannelId - Enum in io.openems.edge.controller.symmetric.peakshaving
 
PeriodicWriteWorker - Class in io.openems.backend.metadata.odoo.postgres
This worker combines writes to lastMessage and lastUpdate fields, to avoid DDOSing Odoo/Postgres by writing too often.
PeriodicWriteWorker(PostgresHandler, HikariDataSource) - Constructor for class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
PgUtils - Class in io.openems.backend.metadata.odoo.postgres
 
PgUtils() - Constructor for class io.openems.backend.metadata.odoo.postgres.PgUtils
 
phase - Variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
Phase - Enum in io.openems.edge.controller.io.heatingelement
 
phase - Variable in class io.openems.edge.ess.power.api.Coefficient
 
Phase - Enum in io.openems.edge.ess.power.api
 
PhaseDef - Class in io.openems.edge.controller.io.heatingelement
PhaseDef represents one Phase of the Heating Element.
PhaseDef(ControllerHeatingElementImpl, Phase) - Constructor for class io.openems.edge.controller.io.heatingelement.PhaseDef
 
PhaseRectification - Class in io.openems.edge.controller.asymmetric.phaserectification
 
PhaseRectification() - Constructor for class io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification
 
PhaseRectification.ChannelId - Enum in io.openems.edge.controller.asymmetric.phaserectification
 
pid - Variable in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker.Config
 
PidFilter - Class in io.openems.edge.common.filter
A proportional-integral-derivative controller.
PidFilter(double, double, double) - Constructor for class io.openems.edge.common.filter.PidFilter
Creates a PidFilter.
PidFilter() - Constructor for class io.openems.edge.common.filter.PidFilter
Creates a PidFilter using default values.
pingHost() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sends a ping to the host, just to keep the connection alive.
PIO_ACCESS_PULSE - Static variable in class com.dalsemi.onewire.container.OneWireContainer1C
Generates a pulse on the selected PIOs
PIO_ACCESS_READ - Static variable in class com.dalsemi.onewire.container.OneWireContainer1C
Reads the PIO logical status in an endless loops
PIO_ACCESS_READ - Static variable in class com.dalsemi.onewire.container.OneWireContainer3A
PIO Access read command
PIO_ACCESS_READ - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
PIO Access read command
PIO_ACCESS_WRITE - Static variable in class com.dalsemi.onewire.container.OneWireContainer1C
Writes the PIO output latch
PIO_ACCESS_WRITE - Static variable in class com.dalsemi.onewire.container.OneWireContainer3A
PIO Access read command
PIO_ACCESS_WRITE - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
PIO Access read command
PIO_PIN_SENSE_AND_CONTROL_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
SPECIAL FEATURE REGISTER FLAG: Mirrors/sets the state of the PIO pin.
pioConditionalSearch(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Checks if the 'PIO' Conditional Search is set for input and if not sets it.
play(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
PLimitType - Enum in io.openems.edge.pvinverter.solarlog
 
Plug - Enum in io.openems.edge.evcs.keba.kecontact
 
pMaxCharge(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl
 
pMaxDischarge(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl
 
Point(String, int, int, SunSpecPoint.PointType, String, Unit, AccessMode, boolean, SunSpecPoint.PointCategory, SunSpecCodeGenerator.Point.Symbol[]) - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
Point(float, float) - Constructor for class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils.Point
 
PointImpl(String, String, String, String, SunSpecPoint.PointType, boolean, AccessMode, Unit, String, OptionsEnum[]) - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
points - Variable in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
points() - Method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
 
points - Variable in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
points() - Method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
 
points - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
points() - Method in interface io.openems.edge.bridge.modbus.sunspec.SunSpecModel
 
POLARITY_ONE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to set the polarity to logical '1' for conditional search checking in the setSearchConditions() method.
POLARITY_ZERO - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to set the polarity to logical '0' for conditional search checking in the setSearchConditions() method.
portNameForReconnect - Variable in class com.dalsemi.onewire.adapter.NetAdapter
portName For Reconnecting to Host
portType - Variable in class com.dalsemi.onewire.adapter.TMEXAdapter
TMEX port type number (0-15)
positiveContactorChannelId - Variable in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
 
postgresHandler - Variable in class io.openems.backend.metadata.odoo.MetadataOdoo
 
PostgresHandler - Class in io.openems.backend.metadata.odoo.postgres
 
PostgresHandler(MetadataOdoo, EdgeCache, Config, Runnable) - Constructor for class io.openems.backend.metadata.odoo.postgres.PostgresHandler
 
PotentiometerContainer - Interface in com.dalsemi.onewire.container
1-Wire® Potentiometer interface class for basic potentiometer operations.
potentiometerResistance(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Queries to find the resistance value of the potentiometer.
potentiometerResistance(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Querys to find the resistance value of the potentiometer.
power - Variable in class io.openems.edge.controller.asymmetric.peakshaving.PeakShaving
 
power - Variable in class io.openems.edge.controller.symmetric.balancing.Balancing
 
power - Variable in class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
Power - Interface in io.openems.edge.ess.power.api
 
POWER_CHANNELS - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
All Power Channels, i.e.
POWER_DOC_TEXT - Static variable in class io.openems.common.OpenemsConstants
 
POWER_DOC_TEXT - Static variable in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
 
POWER_DOC_TEXT - Static variable in interface io.openems.edge.ess.api.SymmetricEss
 
POWER_DOC_TEXT - Static variable in interface io.openems.edge.meter.api.AsymmetricMeter
 
PowerComponent - Class in io.openems.edge.ess.core.power
 
PowerComponent() - Constructor for class io.openems.edge.ess.core.power.PowerComponent
 
PowerComponent.ChannelId - Enum in io.openems.edge.ess.core.power
 
PowerConstraint - Class in io.openems.edge.ess.api
This lambda friendly functional class creates a Power Constraint when a new write-value is sent to the Channel (setNextWriteValue()).
PowerConstraint(String, Phase, Pwr, Relationship) - Constructor for class io.openems.edge.ess.api.PowerConstraint
 
PowerException - Exception in io.openems.edge.ess.power.api
 
PowerException(PowerException.Type) - Constructor for exception io.openems.edge.ess.power.api.PowerException
 
PowerException.Type - Enum in io.openems.edge.ess.power.api
 
PowerFeedbackToPublicGridAllowed - Enum in io.openems.edge.sma.enums
 
PowerHandler - Class in io.openems.edge.ess.streetscooter
 
PowerHandler(AbstractEssStreetscooter) - Constructor for class io.openems.edge.ess.streetscooter.PowerHandler
 
PowerLevel(int, int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
PowerModeEms - Enum in io.openems.edge.goodwe.et.ess
 
PowerSupplyStatus - Enum in io.openems.edge.sma.enums
 
PreChargeControl - Enum in io.openems.edge.battery.bydcommercial
 
PreChargeControl - Enum in io.openems.edge.battery.soltaro.single.versionc.enums
 
PreContactorState - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
PredictorChannelId - Enum in io.openems.edge.predictor.persistencemodel
 
PRESET_TO_ONES - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Preset value to ones
PRESET_TO_ZEROS - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Preset value to zeros
prettyPrint(JsonElement) - Static method in class io.openems.common.utils.JsonUtils
Pretty print a JsonElement.
Priority - Enum in io.openems.edge.common.taskmanager
 
Priority - Enum in io.openems.edge.controller.evcs
The Priorities for charging.
process - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
processError - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
processInput - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
processOutput - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
ProChannelId - Enum in io.openems.edge.fenecon.pro.ess
 
PRODUCTION_ACTIVE_ENERGY - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
PRODUCTION_ACTIVE_POWER - Static variable in class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
 
productionHourlyPredictor - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
productionHourlyPredictor - Variable in class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
ProductionHourlyPredictor - Interface in io.openems.edge.predictor.api
Provides a production prediction for the next 24 h; e.g.
ProductionMeter - Class in io.openems.edge.simulator.meter.production.acting
 
ProductionMeter() - Constructor for class io.openems.edge.simulator.meter.production.acting.ProductionMeter
 
ProductionMeter.ChannelId - Enum in io.openems.edge.simulator.meter.production.acting
 
ProductionPredictor - Class in io.openems.edge.predictor.persistencemodel.production
 
ProductionPredictor() - Constructor for class io.openems.edge.predictor.persistencemodel.production.ProductionPredictor
 
ProductionPredictor(Clock) - Constructor for class io.openems.edge.predictor.persistencemodel.production.ProductionPredictor
 
profiles - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest
 
profileTypes - Variable in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
properties - Variable in class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
properties - Variable in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker.Config
 
Property(String, JsonElement) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
Property(String, String) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
Property(String, boolean) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
Property(String, Number) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
Property(String, String, String, boolean, boolean, JsonElement, JsonObject) - Constructor for class io.openems.common.types.EdgeConfig.Factory.Property
 
PROPERTY_COMPONENT_ID - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_FACTORY_PID - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_LAST_CHANGE_AT - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_LAST_CHANGE_BY - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_OSGI_COMPONENT_ID - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_OSGI_COMPONENT_NAME - Static variable in class io.openems.common.OpenemsConstants
 
PROPERTY_PID - Static variable in class io.openems.common.OpenemsConstants
 
PROTECTION_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Protection Register.
Protocol - Enum in io.openems.backend.metadata.odoo.odoo
 
Protocol - Class in io.openems.edge.kostal.piko.core.impl
 
Protocol(KostalPikoCoreImpl, SocketConnection) - Constructor for class io.openems.edge.kostal.piko.core.impl.Protocol
 
providerName - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
The Provider name of the coprocessor's service
PS_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
SPECIAL FEATURE REGISTER FLAG: Mirrors the state of the !PS pin.
put(K, V) - Method in class io.openems.edge.common.type.CircularTreeMap
 
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a bit to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
putByte(int) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
putByte(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a byte to the 1-Wire Network.
putDeviceContainer(byte[], OneWireContainer) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sets the OneWireContainer object of the device with the given address.
putDeviceContainer(String, OneWireContainer) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sets the OneWireContainer object of the device with the given address.
putDeviceContainer(long, OneWireContainer) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sets the OneWireContainer object of the device with the given address.
putDeviceContainer(Long, OneWireContainer) - Static method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sets the OneWireContainer object of the device with the given address.
putToChannelCache(ChannelAddress, JsonElement) - Method in class io.openems.backend.timedata.api.EdgeCache
Adds the channel value to the cache
PvChannelId - Enum in io.openems.edge.goodwe.et.charger
 
PvInverter - Class in io.openems.edge.simulator.pvinverter
 
PvInverter() - Constructor for class io.openems.edge.simulator.pvinverter.PvInverter
 
PvInverter.ChannelId - Enum in io.openems.edge.simulator.pvinverter
 
PvInverterCluster - Class in io.openems.edge.pvinverter.cluster
 
PvInverterCluster() - Constructor for class io.openems.edge.pvinverter.cluster.PvInverterCluster
 
PvInverterCluster.ChannelId - Enum in io.openems.edge.pvinverter.cluster
 
PvInverterFixPowerLimit - Class in io.openems.edge.controller.pvinverter.fixpowerlimit
 
PvInverterFixPowerLimit() - Constructor for class io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit
 
PvInverterFixPowerLimit.ChannelId - Enum in io.openems.edge.controller.pvinverter.fixpowerlimit
 
PvInverterSellToGridLimit - Class in io.openems.edge.controller.selltogridlimit
 
PvInverterSellToGridLimit() - Constructor for class io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit
 
PvInverterSellToGridLimit.ChannelId - Enum in io.openems.edge.controller.selltogridlimit
 
PvMainsConnection - Enum in io.openems.edge.sma.enums
 
pwr - Variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
pwr - Variable in class io.openems.edge.ess.power.api.Coefficient
 
Pwr - Enum in io.openems.edge.ess.power.api
 

Q

qLimit(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CcuControlParameters
0 -> limits Q to zero, 1 -> to max Q.
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.backend.timedata.dummy.TimedataDummy
 
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.backend.timedata.influx.Influx
 
queryHistoricData(String, QueryHistoricTimeseriesDataRequest) - Method in interface io.openems.common.timedata.CommonTimedataService
Queries historic data.
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in interface io.openems.common.timedata.CommonTimedataService
Queries historic data.
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.edge.simulator.timedata.SimulatorTimedata
 
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
queryHistoricData(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
queryHistoricData(Optional<Integer>, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>, int) - Method in class io.openems.shared.influxdb.InfluxConnector
Queries historic data.
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.backend.timedata.dummy.TimedataDummy
 
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.backend.timedata.influx.Influx
 
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in interface io.openems.common.timedata.CommonTimedataService
Queries historic energy.
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.edge.simulator.app.SimulatorApp
 
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.edge.simulator.timedata.SimulatorTimedata
 
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.edge.timedata.influxdb.InfluxTimedata
 
queryHistoricEnergy(String, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
queryHistoricEnergy(Optional<Integer>, ZonedDateTime, ZonedDateTime, Set<ChannelAddress>) - Method in class io.openems.shared.influxdb.InfluxConnector
Queries historic energy.
QueryHistoricTimeseriesDataRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'queryHistoricTimeseriesData'.
QueryHistoricTimeseriesDataRequest(UUID, ZonedDateTime, ZonedDateTime, Integer) - Constructor for class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
QueryHistoricTimeseriesDataRequest(ZonedDateTime, ZonedDateTime, Integer) - Constructor for class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest
 
QueryHistoricTimeseriesDataResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'queryHistoricTimeseriesData'.
QueryHistoricTimeseriesDataResponse(SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesDataResponse
 
QueryHistoricTimeseriesDataResponse(UUID, SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesDataResponse
 
QueryHistoricTimeseriesDataResponse.EdgeInfo - Class in io.openems.common.jsonrpc.response
 
QueryHistoricTimeseriesEnergyRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'queryHistoricTimeseriesData'.
QueryHistoricTimeseriesEnergyRequest(UUID, ZonedDateTime, ZonedDateTime) - Constructor for class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
QueryHistoricTimeseriesEnergyRequest(ZonedDateTime, ZonedDateTime) - Constructor for class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest
 
QueryHistoricTimeseriesEnergyResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'queryHistoricTimeseriesEnergy'.
QueryHistoricTimeseriesEnergyResponse(Map<ChannelAddress, JsonElement>) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesEnergyResponse
 
QueryHistoricTimeseriesEnergyResponse(UUID, Map<ChannelAddress, JsonElement>) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesEnergyResponse
 
QueryHistoricTimeseriesEnergyResponse.EdgeInfo - Class in io.openems.common.jsonrpc.response
 
QueryHistoricTimeseriesExportXlsxResponse - Class in io.openems.common.jsonrpc.response
Represents a JSON-RPC Response for 'queryHistoricTimeseriesExportXlxs'.
QueryHistoricTimeseriesExportXlsxResponse(UUID, String, ZonedDateTime, ZonedDateTime, SortedMap<ZonedDateTime, SortedMap<ChannelAddress, JsonElement>>, SortedMap<ChannelAddress, JsonElement>) - Constructor for class io.openems.common.jsonrpc.response.QueryHistoricTimeseriesExportXlsxResponse
QueryHistoricTimeseriesExportXlxsRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'queryHistoricTimeseriesExportXlxs'.
QueryHistoricTimeseriesExportXlxsRequest(UUID, ZonedDateTime, ZonedDateTime) - Constructor for class io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest
 
QueueWriteWorker - Class in io.openems.backend.metadata.odoo.postgres
This worker writes all Statements in a queue.
QueueWriteWorker(PostgresHandler, HikariDataSource) - Constructor for class io.openems.backend.metadata.odoo.postgres.QueueWriteWorker
 

R

Rack - Enum in io.openems.edge.battery.soltaro.cluster.enums
Helper enum to wrap information about racks.
RackChannel - Enum in io.openems.edge.battery.soltaro.cluster.versionc
Helper class that provides channels and channel ids for a multi rack channels and ids are created dynamically depending on system configuration.
RackUsage - Enum in io.openems.edge.battery.soltaro.cluster.enums
 
rand - Static variable in class com.dalsemi.onewire.adapter.NetAdapterHost
random number generator, used to issue challenges to client
rand - Static variable in class com.dalsemi.onewire.adapter.NetAdapterSim
random number generator, used to issue challenges to client
RCR_BIT_ENABLE_HIGH_SPEED_SAMPLE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Real-Time Clock Control Register Bit: Enable High Speed Sample
RCR_BIT_ENABLE_OSCILLATOR - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Real-Time Clock Control Register Bit: Enable Oscillator
reactionLevel(ErrorDoc.ReactionLevel) - Method in class io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
 
ReactivePowerVoltageCharacteristic - Class in io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic
 
ReactivePowerVoltageCharacteristic() - Constructor for class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic
 
ReactivePowerVoltageCharacteristic.ChannelId - Enum in io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic
 
read() - Method in class com.dalsemi.onewire.adapter.SerialService
 
read(byte[]) - Method in class com.dalsemi.onewire.adapter.SerialService
 
read(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
read(byte[], int, int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Reads a byte of data from this input stream.
read() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(int, boolean, byte[], int, int) - Method in interface com.dalsemi.onewire.container.MemoryBank
Reads memory in this bank with no CRC checking (device or data).
read(int, boolean, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Read memory in the current bank with no CRC checking (device or data).
read(int, boolean, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read memory in the current bank with no CRC checking (device or data).
READ_ACCESS_PASSWORD - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
Address of Read Access Password.
READ_ACCESS_PASSWORD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Read Access Password.
READ_AUTH_PAGE - Static variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read Authenticate Page
READ_AUTHENTICATED_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
READ_CLOCK_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer24
 
READ_MEMORY - Static variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read Memory Command
READ_MEMORY - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
READ_MEMORY_CRC_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Read Memory (with CRC and Password) Command
READ_MEMORY_CRC_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Read Memory CRC With Password
READ_MEMORY_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for Read Memory With Password
READ_NET_ADDRESS_OPCODE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
STATUS REGISTER FLAG: If set, the opcode for the Read Net Address command will be set to 33h.
READ_ONLY_PWD - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
 
READ_POWER_SUPPLY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 reads power supply command.
READ_POWER_SUPPLY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 read power supply command.
READ_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 reads data from scratchpad command
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for Read Scratchpad
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Read Scratchpad
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 reads data from scratchpad command
READ_VERSION - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for getting Read Version
READ_WRITE_ACCESS_PASSWORD - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
Address of the Read Write Access Password.
READ_WRITE_ACCESS_PASSWORD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Read Write Access Password.
READ_WRITE_PWD - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
 
READ_WRITE_STATUS_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Read Write Status register commmand.
readAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Reads the account data off the SHAiButton using a standard READ command.
readAccountData(byte[], int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Reads the account data off the SHAiButton using a READ_AUTHENTICATE command.
readAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Reads the account data off the SHAiButton using a standard READ command.
readAccountData(byte[], int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Reads the account data off the SHAiButton using a READ_AUTHENTICATE command.
readAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Reads the account data off the SHAiButton using a standard READ command.
readAccountData(byte[], int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Reads the account data off the SHAiButton using a READ_AUTHENTICATE command.
readAuthenticatedPage(int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Reads authenticated page.
readAuthenticatedPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Reads and authenticates a page.
readAuthenticatedPage(int, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Reads and authenticates a page.
readBitMap() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Read the page bitmap.
readByte(int) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Reads a single byte from the DS1921.
readByte(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads a register byte from the memory of the DS2760.
readByte(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Reads a single byte from the DS1922.
readBytes(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads bytes from the DS2760.
readBytes(int, int, boolean) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readBytesAsc(int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readBytesHex(int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readCounter(int) - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Read the counter value associated with a page on this 1-Wire Device.
readCsvFile(File, CsvFormat, float) - Static method in class io.openems.edge.simulator.CsvUtils
Reads a CSV file.
readCsvFileFromRessource(Class<?>, String, CsvFormat, float) - Static method in class io.openems.edge.simulator.CsvUtils
Reads a CSV file from a JAR file.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieves this OneWireContainer10 state information.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Retrieves the entire A/D control/status and alarm pages.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer24
Retrieves the five byte state over the 1-Wire bus.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieves this OneWireContainer28 state information.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Retrieves this OneWireContainer42 state information.
readDevice() - Method in interface com.dalsemi.onewire.container.OneWireSensor
Retrieves the 1-Wire device sensor state.
readEEPROMBlock(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads a 16 byte data block from one of the user EEPROM blocks.
readElements(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
ReadHandler - Class in io.openems.edge.evcs.keba.kecontact
Handles replys to Report Querys sent by ReadWorker.
ReadHandler(KebaKeContact) - Constructor for class io.openems.edge.evcs.keba.kecontact.ReadHandler
 
readInt() - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readInt(int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readLine() - Static method in class com.dalsemi.onewire.utils.IOHelper
 
readMany(Credentials, String, Integer[], Field...) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Reads multiple records from Odoo.
readMemoryPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Reads a memory page from the DS1963S.
readMemoryPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Reads a page of memory..
readOne(Credentials, String, int, Field...) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Reads a record from Odoo.
readOnly - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if memory bank is read only
readPage(int, boolean, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read page in the current bank with no CRC checking (device or data).
readPage(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read page with extra information in the current bank with no CRC checking (device or data).
readPage(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Reads the specified 8 byte page and returns the data in an array.
readPage(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a page in this memory bank with no CRC checking (device or data).
readPage(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a page in this memory bank with extra information with no CRC checking (device or data).
readPageCRC(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Read a complete memory page with CRC verification provided by the device with extra information.
readPageCRC(int, boolean, byte[], int, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Read a complete memory page with CRC verification provided by the device with extra information.
readPageCRC(int, boolean, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Read a complete memory page with CRC verification provided by the device.
readPageCRC(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Read a complete memory page with CRC verification provided by the device with extra information.
readPageCRC(int, boolean, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Read a complete memory page with CRC verification provided by the device.
readPageCRC(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Read a complete memory page with CRC verification provided by the device with extra information.
readPageCRC(int, boolean, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read a complete memory page with CRC verification provided by the device.
readPageCRC(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read a complete memory page with CRC verification provided by the device with extra information.
readPageCRC(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a complete memory page with CRC verification provided by the device.
readPageCRC(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a complete memory page with CRC verification provided by the device with extra information.
readPagePacket(int, boolean, byte[], int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read a Universal Data Packet.
readPagePacket(int, boolean, byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Read a Universal Data Packet and extra information.
readPagePacket(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a Universal Data Packet.
readPagePacket(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Reads a Universal Data Packet and extra information.
readPassword - Variable in class com.dalsemi.onewire.container.OneWireContainer37
The current password for readingfrom this device.
readPasswordSet - Variable in class com.dalsemi.onewire.container.OneWireContainer37
 
readRegister() - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Retrieves the 1-Wire device register mask.
readRegister() - Method in class com.dalsemi.onewire.container.OneWireContainer29
Retrieves the 1-Wire device register mask.
readRegister() - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Retrieves the 1-Wire device register mask.
readRegister() - Method in class com.dalsemi.onewire.container.OneWireContainer42
This method does nothing for the DS28EA00.
readScratchpad(byte[], int, int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Read the scratchpad page of memory from a NVRAM device This method reads and returns the entire scratchpad after the byte offset regardless of the actual ending offset
readScratchpad(byte[], int, int, byte[]) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Read the scratchpad page of memory from a NVRAM device This method reads and returns the entire scratchpad after the byte offset regardless of the actual ending offset
readScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the entire scratchpad.
readScratchPad(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Reads the contents of the DS1963S scratchpad.
readScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Reads the Scratchpad of the DS18B20.
readScratchpad(byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Read from the Scratch Pad, which is a max of 8 bytes.
readScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Reads the Scratchpad of the DS28EA00.
readSensor() - Method in class com.dalsemi.onewire.application.tag.Contact
The readSensor method returns the "max" string if the Sensor is present or the "min" string if the Sensor is not present.
readSensor() - Method in class com.dalsemi.onewire.application.tag.Event
The readSensor method returns the "max" string if the Sensor (a switch) has had activity since last time it was checked for activity.
readSensor() - Method in class com.dalsemi.onewire.application.tag.Humidity
The readSensor method returns a relative humidity reading in %RH
readSensor() - Method in class com.dalsemi.onewire.application.tag.Level
The readSensor method returns the or string of the Sensor (in this case, a switch).
readSensor() - Method in interface com.dalsemi.onewire.application.tag.TaggedSensor
The readSensor
readSensor() - Method in class com.dalsemi.onewire.application.tag.Thermal
The readSensor method returns a temperature in degrees Celsius
readSubkey(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the subkey requested with the given key name and password.
readSubkey(byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the subkey requested with the given key name and password.
ReadTask - Interface in io.openems.edge.bridge.modbus.api.task
A Modbus 'ReadTask' is holding references to one or more Modbus AbstractModbusElement which have register addresses in the same range.
ReadTask - Class in io.openems.edge.kostal.piko.core.impl
 
ReadTask(OpenemsComponent, ChannelId, Priority, FieldType, int) - Constructor for class io.openems.edge.kostal.piko.core.impl.ReadTask
 
readWithTimeout(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
readWithTimeout(int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
ReadWorker - Class in io.openems.edge.evcs.keba.kecontact
 
ReadWorker(KebaKeContact) - Constructor for class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
ReadWorker - Class in io.openems.edge.tesla.powerwall2.core
 
ReadWorker(TeslaPowerwall2CoreImpl, Inet4Address, int) - Constructor for class io.openems.edge.tesla.powerwall2.core.ReadWorker
 
readWrite - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if memory bank is read/write
readWritePassword - Variable in class com.dalsemi.onewire.container.OneWireContainer37
The current password for reading/writing from/to this device.
readWritePasswordSet - Variable in class com.dalsemi.onewire.container.OneWireContainer37
 
ready(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
ReasonForGeneratorRequest - Enum in io.openems.edge.sma.enums
 
recalculateMaxCellTemperature() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
recalculateMaxCellVoltage() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
recalculateMinCellTemperature() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
recalculateMinCellVoltage() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
recalculateSoc() - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
RECALL_E2MEMORY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 recalls E-squared memory command
RECALL_E2MEMORY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 recalls E-squared memory command
recallE2() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Recalls the DS18B20 temperature trigger values (ALARM_HIGH and ALARM_LOW) and the configuration register to the scratchpad and reads the scratchpad.
recallE2() - Method in class com.dalsemi.onewire.container.OneWireContainer42
Recalls the DS28EA00 temperature trigger values (ALARM_HIGH and ALARM_LOW) and the configuration register to the scratchpad and reads the scratchpad.
records - Variable in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
Holds the link between Modbus address and ModbusRecord.
RecordWorker - Class in io.openems.edge.timedata.rrd4j
 
RecordWorker(Rrd4jTimedataImpl) - Constructor for class io.openems.edge.timedata.rrd4j.RecordWorker
 
redirectPage(int, int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Redirects the specifed page to a new page.
reformatFor1961S(byte[]) - Static method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Static method that reformats the inputted authentication secret so it is compatible with the DS1961S.
REFRESH_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Refresh Scratchpad command
refreshDevice() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Refreshes eeprom SHA devices in case of weakly-programmed bits on the account page.
refreshDevice() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Refreshes eeprom SHA devices in case of weakly-programmed bits on the account page.
refreshPage(int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Refreshes a particular 8-byte set of data on a given page.
refreshPage(int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Refreshes all 32 bytes of data on a given page.
refreshScratchpad(int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Refreshes the scratchpad for DS1961S.
RefuEss - Class in io.openems.edge.ess.refu
 
RefuEss() - Constructor for class io.openems.edge.ess.refu.RefuEss
 
RefuEss.ChannelId - Enum in io.openems.edge.ess.refu
 
RefuStore88k - Interface in io.openems.edge.batteryinverter.refu88k
 
RefuStore88k.ChannelId - Enum in io.openems.edge.batteryinverter.refu88k
 
RefuStore88kChannelId - Enum in io.openems.edge.batteryinverter.refu88k
 
RefuStore88kImpl - Class in io.openems.edge.batteryinverter.refu88k
 
RefuStore88kImpl() - Constructor for class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
registerOneWireContainerClass(int, Class<?>) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Registers a user provided OneWireContainer class.
registerOneWireContainerClass(int, Class<?>) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
relationship - Variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
Relationship - Enum in io.openems.edge.ess.power.api
 
release() - Method in class io.openems.common.utils.Mutex
 
removeAttributes(Configuration.ConfigurationAttribute...) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
removeChannel(StateChannel) - Method in class io.openems.edge.common.channel.internal.StateCollectorChannel
Removes a Channel from this StateCollector.
removeChannel(Channel<?>) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
Removes a Channel from this Component.
removeCharger(AbstractGoodWeEtCharger) - Method in interface io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverter
 
removeCharger(AbstractGoodWeEtCharger) - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
removeComponent(String) - Method in class io.openems.common.types.EdgeConfig
 
removeConstraint(Constraint) - Method in class io.openems.edge.ess.core.power.Data
 
removeConstraint(Constraint) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
removeConstraint(Constraint) - Method in interface io.openems.edge.ess.power.api.Power
Removes a Constraint.
removeConstraint(Constraint) - Method in class io.openems.edge.ess.test.DummyPower
 
removeContainer(OneWireContainer) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Removes a OneWireContainer from the list of containers that this adapter object will find.
removeEdgeId(String) - Method in class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
removeEss(String) - Method in class io.openems.edge.ess.core.power.Data
 
removeEss(ManagedSymmetricEss) - Method in class io.openems.edge.ess.core.power.PowerComponent
 
removeEss(ManagedSymmetricEss) - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
removeEvcs(Evcs) - Method in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
removeEvcs(Evcs) - Method in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
removeEvcs(Evcs) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
Removes the given Evcs component from the list and checks whether there is a present session that should be removed.
removeMeter(SymmetricMeter) - Method in class io.openems.edge.simulator.meter.grid.reacting.GridMeter
 
removeOnChangeCallback(BiConsumer<?, ?>) - Method in interface io.openems.edge.common.channel.Channel
Removes an onChange callback.
removeOnChangeCallback(BiConsumer<?, ?>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
removeOnSetNextValueCallback(Consumer<?>) - Method in interface io.openems.edge.common.channel.Channel
Removes an onSetNextValue callback.
removeOnSetNextValueCallback(Consumer<?>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
removeOnUpdateCallback(Consumer<Value<?>>) - Method in interface io.openems.edge.common.channel.Channel
Removes an onUpdate callback.
removeOnUpdateCallback(Consumer<Value<?>>) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
removeProtocol(String) - Method in class io.openems.edge.bridge.modbus.api.AbstractModbusBridge
Removes the protocol.
removeProtocol(String) - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Removes a Protocol from this Modbus Bridge.
removeProtocol(String) - Method in class io.openems.edge.bridge.modbus.api.ModbusWorker
Removes the protocol.
removeProtocol(String) - Method in class io.openems.edge.bridge.modbus.test.DummyModbusBridge
 
removeProtocol(String) - Method in class io.openems.edge.simulator.modbus.ModbusSimulator
 
removeScheduler(Scheduler) - Method in class io.openems.edge.core.cycle.CycleImpl
 
removeTask(String) - Method in interface io.openems.edge.bridge.mbus.api.BridgeMbus
 
removeTask(String) - Method in class io.openems.edge.bridge.mbus.BridgeMbusImpl
 
removeTask(Task) - Method in class io.openems.edge.bridge.modbus.api.ModbusProtocol
 
removeTask(Consumer<DSPortAdapter>) - Method in interface io.openems.edge.bridge.onewire.BridgeOnewire
Removes a Task.
removeTask(Consumer<DSPortAdapter>) - Method in class io.openems.edge.bridge.onewire.impl.BridgeOnewireImpl
 
removeTask(Consumer<DSPortAdapter>) - Method in class io.openems.edge.bridge.onewire.impl.OneWireTaskWorker
 
removeTask(T) - Method in class io.openems.edge.common.taskmanager.TasksManager
Removes a Task.
removeTasksManager(String, TasksManager<T>) - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Removes a TasksManager.
removeTasksManager(String) - Method in class io.openems.edge.common.taskmanager.MetaTasksManager
Removes all TasksManagers with the given Source-ID.
renameTo(OWFile) - Method in class com.dalsemi.onewire.application.file.OWFile
Renames the file denoted by this abstract pathname.
renameTo(OWFile) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Renames the file denoted by this abstract pathname.
RepetitionCycleOfTheControlledInverter - Enum in io.openems.edge.sma.enums
 
RepetitionCycleOfTheTimeControlledGeneratorOperation - Enum in io.openems.edge.sma.enums
 
Report - Enum in io.openems.edge.evcs.keba.kecontact
 
RequestedState - Enum in io.openems.edge.ess.kaco.blueplanet.gridsave50
 
reset() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
reset() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Reset the the read of this file back to the marked position.
reset() - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class io.openems.edge.common.filter.PidFilter
Reset the PID filter.
RESET_ACTIVITY_LATCHES - Static variable in class com.dalsemi.onewire.container.OneWireContainer1C
Generates a pulse on the selected PIOs
RESET_ACTIVITY_LATCHES - Static variable in class com.dalsemi.onewire.container.OneWireContainer29
Reset the activity latches
RESET_ALARM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = alarm
RESET_NOPRESENCE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = no presence
RESET_PRESENCE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = presence
RESET_SHORT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = shorted
resetParameters() - Method in class com.dalsemi.onewire.application.sha.SHADebit
Resets all transaction parameters to default values
resetParameters() - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Resets all transaction parameters to default values
resetParameters() - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Resets all transaction parameters to default values
resetParameters() - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Resets the value of all parameters for this transaction.
resetSearch() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Resets this device monitor.
resetSecret() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Resets the secret to be the default stored in the onewire.properties file (if there is one), or the default as defined by NetAdapterConstants.
ResetState - Enum in io.openems.edge.battery.soltaro
 
resetSystem(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
resetValues() - Method in class io.openems.edge.common.type.slidingvalue.AbstractNumberSlidingValue
 
resetValues() - Method in class io.openems.edge.common.type.slidingvalue.LatestSlidingValue
 
resetValues() - Method in class io.openems.edge.common.type.slidingvalue.SlidingValue
Resets the values.
RESOLUTION_10_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 10-bit resolution constant for CONFIG byte
RESOLUTION_10_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 10-bit resolution constant for CONFIG byte
RESOLUTION_11_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 11-bit resolution constant for CONFIG byte
RESOLUTION_11_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 11-bit resolution constant for CONFIG byte
RESOLUTION_12_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 12-bit resolution constant for CONFIG byte
RESOLUTION_12_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 12-bit resolution constant for CONFIG byte
RESOLUTION_9_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 9-bit resolution constant for CONFIG byte
RESOLUTION_9_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 9-bit resolution constant for CONFIG byte
RESOLUTION_MAXIMUM - Static variable in class com.dalsemi.onewire.container.OneWireContainer10
maximum temperature resolution for this OneWireContainer10 device.
RESOLUTION_NORMAL - Static variable in class com.dalsemi.onewire.container.OneWireContainer10
default temperature resolution for this OneWireContainer10 device.
response - Variable in class io.openems.backend.metadata.odoo.odoo.OdooUtils.JsonrpcResponseSuccessAndHeaders
 
ResponseAPDU - Class in com.dalsemi.onewire.container
A ResponseAPDU represents an Application Protocol Data Unit (APDU) received from the smart card in response to a previous CommandAPDU.
ResponseAPDU(byte[]) - Constructor for class com.dalsemi.onewire.container.ResponseAPDU
Constructs a new ResponseAPDU with the given buffer byte array.
RestApiReadOnly - Class in io.openems.edge.controller.api.rest.readonly
 
RestApiReadOnly() - Constructor for class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
RestApiReadWrite - Class in io.openems.edge.controller.api.rest.readwrite
 
RestApiReadWrite() - Constructor for class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
RestHandler - Class in io.openems.backend.b2brest
 
RestHandler(B2bRest) - Constructor for class io.openems.backend.b2brest.RestHandler
 
RestHandler - Class in io.openems.edge.controller.api.rest
 
RestHandler(AbstractRestApi) - Constructor for class io.openems.edge.controller.api.rest.RestHandler
 
RESUME - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
resumeMonitor(boolean) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Resume this monitor
RET_FAILURE - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
RET_SUCCESS - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
 
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
Retry x attempts for set-command.
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
Retry x attempts for set-command.
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Retry x attempts for set-command.
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Retry x attempts for set-command.
RETRY_COMMAND_MAX_ATTEMPTS - Static variable in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
Retry x attempts for set-command.
RETRY_COMMAND_SECONDS - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
Retry set-command after x Seconds, e.g.
RETRY_COMMAND_SECONDS - Static variable in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
RETRY_COMMAND_SECONDS - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
Retry set-command after x Seconds, e.g.
RETRY_COMMAND_SECONDS - Static variable in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Retry set-command after x Seconds, e.g.
RETRY_COMMAND_SECONDS - Static variable in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Retry set-command after x Seconds, e.g.
RETRY_COMMAND_SECONDS - Static variable in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
Retry set-command after x Seconds, e.g.
RevPiDigitalIoDevice - Class in io.openems.edge.io.revpi
 
RevPiDigitalIoDevice() - Constructor for class io.openems.edge.io.revpi.RevPiDigitalIoDevice
 
RevPiDioChannelId - Enum in io.openems.edge.io.revpi
 
rewind() - Method in class io.openems.edge.simulator.DataContainer
Rewinds the data to start again at the first record.
RiseInSelfConsumptionSwitchedOn - Enum in io.openems.edge.sma.enums
 
Role - Enum in io.openems.common.session
 
ROLLOVER_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will begin overwriting the earlier temperature measurements when the temperature log memory becomes full.
RomDta - Variable in class com.dalsemi.onewire.adapter.TMEXAdapter
Current 1-Wire Network Address
RotationField - Enum in io.openems.edge.meter.weidmueller
 
roundToPrecision(double, IntUtils.Round, int) - Static method in class io.openems.common.utils.IntUtils
Rounds a value to a defined precision.
Rrd4jTimedata - Interface in io.openems.edge.timedata.rrd4j
 
Rrd4jTimedata.ChannelId - Enum in io.openems.edge.timedata.rrd4j
 
Rrd4jTimedataImpl - Class in io.openems.edge.timedata.rrd4j
 
Rrd4jTimedataImpl() - Constructor for class io.openems.edge.timedata.rrd4j.Rrd4jTimedataImpl
 
RTC_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of real-time-clock-alarm in array returned from read registers
RTC_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Real-Time Clock Control Register
RTC_DATE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Real-time Clock Date value
RTC_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of real-time-clock in array returned from read registers
RTC_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer24
 
RTC_TIME - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Real-time Clock Time value
run() - Method in class com.dalsemi.onewire.adapter.MulticastListener
Run method waits for Multicast packets with the specified contents and replies with the specified message.
run() - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Run method for threaded NetAdapterHost.
run() - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Run method for threaded NetAdapterSim.
run() - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Monitor run method that performs a periodic search of the entire 1-Wire network.
run(WebSocket, int, String, boolean) - Method in class io.openems.backend.b2bwebsocket.OnClose
 
run(WebSocket, Exception) - Method in class io.openems.backend.b2bwebsocket.OnError
 
run(WebSocket, JsonrpcNotification) - Method in class io.openems.backend.b2bwebsocket.OnNotification
 
run(WebSocket, JsonObject) - Method in class io.openems.backend.b2bwebsocket.OnOpen
 
run(WebSocket, JsonrpcRequest) - Method in class io.openems.backend.b2bwebsocket.OnRequest
 
run(WebSocket, int, String, boolean) - Method in class io.openems.backend.edgewebsocket.impl.OnClose
 
run(WebSocket, Exception) - Method in class io.openems.backend.edgewebsocket.impl.OnError
 
run(WebSocket, JsonrpcNotification) - Method in class io.openems.backend.edgewebsocket.impl.OnNotification
 
run(WebSocket, JsonObject) - Method in class io.openems.backend.edgewebsocket.impl.OnOpen
 
run(WebSocket, JsonrpcRequest) - Method in class io.openems.backend.edgewebsocket.impl.OnRequest
 
run(WebSocket, int, String, boolean) - Method in class io.openems.backend.uiwebsocket.impl.OnClose
 
run(WebSocket, Exception) - Method in class io.openems.backend.uiwebsocket.impl.OnError
 
run(WebSocket, JsonrpcNotification) - Method in class io.openems.backend.uiwebsocket.impl.OnNotification
 
run(WebSocket, JsonObject) - Method in class io.openems.backend.uiwebsocket.impl.OnOpen
 
run(WebSocket, JsonrpcRequest) - Method in class io.openems.backend.uiwebsocket.impl.OnRequest
 
run() - Method in interface io.openems.common.exceptions.CheckedRunnable
 
run(WebSocket, int, String, boolean) - Method in interface io.openems.common.websocket.OnClose
Handles a websocket OnClose event.
run() - Method in class io.openems.common.websocket.OnCloseHandler
 
run(WebSocket, Exception) - Method in interface io.openems.common.websocket.OnError
Handles a websocket error.
run() - Method in class io.openems.common.websocket.OnErrorHandler
 
run(Exception, String) - Method in interface io.openems.common.websocket.OnInternalError
Handles an internal error.
run() - Method in class io.openems.common.websocket.OnInternalErrorHandler
 
run(WebSocket, JsonrpcNotification) - Method in interface io.openems.common.websocket.OnNotification
Handles a JSON-RPC notification.
run() - Method in class io.openems.common.websocket.OnNotificationHandler
 
run(WebSocket, JsonObject) - Method in interface io.openems.common.websocket.OnOpen
Handles OnOpen event of WebSocket.
run() - Method in class io.openems.common.websocket.OnOpenHandler
 
run(WebSocket, JsonrpcRequest) - Method in interface io.openems.common.websocket.OnRequest
Handle a JSON-RPC Request, receive a JSON-RPC Response via callback.
run() - Method in class io.openems.common.websocket.OnRequestHandler
 
run() - Method in class io.openems.common.websocket.OnResponseHandler
 
run(StateMachine.Context) - Method in class io.openems.edge.battery.bydcommercial.statemachine.StateMachine
Execute the StateMachine.
run() - Method in class io.openems.edge.battery.soltaro.controller.BatteryHandlingController
 
run(Battery, int, int) - Method in interface io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter
Run the Battery-Inverter.
run(Battery, int, int) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
run(Battery, int, int) - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
run(Battery, int, int) - Method in class io.openems.edge.batteryinverter.test.DummyManagedSymmetricBatteryInverter
 
run(CONTEXT) - Method in class io.openems.edge.common.statemachine.AbstractStateMachine
Execute the StateMachine.
run() - Method in class io.openems.edge.common.test.AbstractComponentTest
TODO: remove: Test-Cases are now executed directly on adding via AbstractComponentTest.next(TestCase).
run() - Method in class io.openems.edge.controller.api.backend.BackendApi
 
run(WebSocket, Exception) - Method in class io.openems.edge.controller.api.backend.OnError
 
run(WebSocket, JsonrpcNotification) - Method in class io.openems.edge.controller.api.backend.OnNotification
 
run(WebSocket, JsonObject) - Method in class io.openems.edge.controller.api.backend.OnOpen
 
run(WebSocket, JsonrpcRequest) - Method in class io.openems.edge.controller.api.backend.OnRequest
 
run() - Method in class io.openems.edge.controller.api.common.ApiWorker
Sets the channels.
run() - Method in interface io.openems.edge.controller.api.Controller
Executes the Controller logic.
run() - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
run() - Method in class io.openems.edge.controller.api.rest.AbstractRestApi
 
run(WebSocket, int, String, boolean) - Method in class io.openems.edge.controller.api.websocket.OnClose
 
run(WebSocket, Exception) - Method in class io.openems.edge.controller.api.websocket.OnError
 
run(WebSocket, JsonrpcNotification) - Method in class io.openems.edge.controller.api.websocket.OnNotification
 
run(WebSocket, JsonObject) - Method in class io.openems.edge.controller.api.websocket.OnOpen
 
run(WebSocket, JsonrpcRequest) - Method in class io.openems.edge.controller.api.websocket.OnRequest
 
run() - Method in class io.openems.edge.controller.api.websocket.WebsocketApi
 
run() - Method in class io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi
 
run() - Method in class io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower
 
run() - Method in class io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower
 
run() - Method in class io.openems.edge.controller.asymmetric.peakshaving.PeakShaving
 
run() - Method in class io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification
 
run() - Method in class io.openems.edge.controller.channelthreshold.ChannelThreshold
 
run() - Method in class io.openems.edge.controller.chp.soc.ControllerChpSoc
 
run() - Method in class io.openems.edge.controller.debug.detailedlog.DebugDetailedLog
 
run() - Method in class io.openems.edge.controller.debuglog.DebugLog
 
run() - Method in class io.openems.edge.controller.ess.acisland.AcIsland
 
run() - Method in class io.openems.edge.controller.ess.delaycharge.DelayChargeController
 
run() - Method in class io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridControllerImpl
 
run() - Method in class io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController
 
run() - Method in class io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod
 
run() - Method in class io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle
 
run() - Method in class io.openems.edge.controller.ess.predictivedelaycharge.ac.AcPredictiveDelayCharge
 
run() - Method in class io.openems.edge.controller.ess.predictivedelaycharge.dc.DcPredictiveDelayCharge
 
run() - Method in class io.openems.edge.controller.evcs.EvcsController
If the EVCS is clustered the method will set the charge power request.
run() - Method in class io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower
 
run() - Method in class io.openems.edge.controller.generic.jsonlogic.JsonLogicController
 
run() - Method in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
run() - Method in class io.openems.edge.controller.io.alarm.IoAlarm
 
run() - Method in class io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold
 
run() - Method in class io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput
 
run() - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
 
run() - Method in class io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit
 
run() - Method in class io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit
 
run() - Method in class io.openems.edge.controller.symmetric.balancing.Balancing
 
run() - Method in class io.openems.edge.controller.symmetric.balancingschedule.BalancingScheduleImpl
 
run() - Method in class io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower
 
run() - Method in class io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower
 
run() - Method in class io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower
 
run() - Method in class io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand
 
run() - Method in class io.openems.edge.controller.symmetric.peakshaving.PeakShaving
 
run() - Method in class io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower
 
run() - Method in class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic
 
run() - Method in class io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimitImpl
 
run() - Method in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
run() - Method in class io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog
 
run() - Method in class io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController
 
run() - Method in class io.openems.edge.ess.mr.gridcon.ErrorHandler
 
run() - Method in class io.openems.edge.ess.mr.gridcon.GoingOffgridHandler
 
run() - Method in class io.openems.edge.ess.mr.gridcon.GoingOngridHandler
 
run() - Method in class io.openems.edge.ess.mr.gridcon.OffgridHandler
 
run() - Method in class io.openems.edge.ess.mr.gridcon.OngridHandler
 
run() - Method in class io.openems.edge.ess.mr.gridcon.StateMachine
 
run() - Method in class io.openems.edge.ess.refu.ErrorHandler
 
run() - Method in class io.openems.edge.ess.sinexcel.StateMachine
 
run() - Method in class io.openems.edge.evcs.keba.kecontact.WriteHandler
 
run() - Method in class io.openems.edge.evcs.ocpp.common.WriteHandler
Sends commands to the loading station depending on which profiles it implements.
run() - Method in class io.openems.edge.pvinverter.solarlog.SetPvLimitHandler
 
run() - Method in class io.openems.edge.pvinverter.sunspec.SetPvLimitHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoRunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.GoStoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.RunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.UndefinedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoRunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.GoStoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.RunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.UndefinedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoConfigurationHandler
Checks whether system has an undefined state, e.g.
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoRunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.GoStoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.RunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.battery.soltaro.single.versionc.statemachine.UndefinedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoRunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.GoStoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.RunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.UndefinedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.GoRunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.GoStoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.RunningHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.batteryinverter.refu88k.statemachine.UndefinedHandler
 
runAndGetNextState(CONTEXT) - Method in class io.openems.edge.common.statemachine.StateHandler
Runs the main logic of StateMachine State and returns the next State.
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.ErrorHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryInverterHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StartedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryInverterHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.StoppedHandler
 
runAndGetNextState(Context) - Method in class io.openems.edge.ess.generic.symmetric.statemachine.UndefinedHandler
 
runInBackgroundWithoutAuthentication(String) - Static method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
Factory without Username + Password; run in background without timeout.
Running - Class in io.openems.edge.battery.bydcommercial.statemachine
 
Running() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.Running
 
RunningHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
RunningHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.RunningHandler
 
RunningHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
RunningHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.RunningHandler
 
RunningHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
RunningHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.RunningHandler
 
RunningHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
RunningHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.RunningHandler
 
RunningHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
RunningHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.RunningHandler
 
RunningState - Enum in io.openems.edge.battery.soltaro.cluster.enums
 

S

SafetyCountry - Enum in io.openems.edge.goodwe.et.ess
 
SAMPLE_IN_PROGRESS_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a mission temperature conversion is in progress
SAMPLE_RATE - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Sample Rate Register
save(String, boolean) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Saves simulated coprocessor configuration info to an (almost) standard-format to a hard drive file.
save(OneWireContainer, String, boolean) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Saves simulated coprocessor configuration info to an (almost) standard-format to a 1-Wire Memory Device's TMEX file.
SAXParser - Class in com.dalsemi.onewire.application.tag
A SAX parser.
SAXParser() - Constructor for class com.dalsemi.onewire.application.tag.SAXParser
Construct the SAX parser.
SCALE_FACTOR_1 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of 1.
SCALE_FACTOR_1_AND_INVERT_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_1 and INVERT_IF_TRUE.
SCALE_FACTOR_1_AND_KEEP_NEGATIVE_AND_INVERT - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_1 and CONVERT_NEGATIVE_AND_INVERT.
SCALE_FACTOR_1_AND_KEEP_POSITIVE - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_1 and CONVERT_POSITIVE.
SCALE_FACTOR_2 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of 2.
SCALE_FACTOR_2_AND_INVERT - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
SCALE_FACTOR_2_AND_INVERT_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_2 and INVERT_IF_TRUE.
SCALE_FACTOR_2_AND_KEEP_NEGATIVE - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
SCALE_FACTOR_2_AND_KEEP_NEGATIVE_AND_INVERT - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
SCALE_FACTOR_2_AND_KEEP_POSITIVE - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_2 and CONVERT_POSITIVE.
SCALE_FACTOR_3 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of 3.
SCALE_FACTOR_3_AND_INVERT_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies ElementToChannelConverter.SCALE_FACTOR_3 and INVERT_IF_TRUE.
SCALE_FACTOR_MINUS_1 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of -1.
SCALE_FACTOR_MINUS_1_AND_INVERT_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
SCALE_FACTOR_MINUS_2 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of -2.
SCALE_FACTOR_MINUS_3 - Static variable in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Applies a scale factor of -3.
scaleFactor - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
scaleFactor - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
Scheduler - Interface in io.openems.edge.scheduler.api
 
Scheduler.ChannelId - Enum in io.openems.edge.scheduler.api
 
schedulers - Variable in class io.openems.edge.core.cycle.CycleImpl
Holds the Schedulers and their relative cycleTime.
scratchpad - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
 
scratchpadPW - Variable in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Scratchpad with Password.
search(Vector<Long>, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Performs a search of the 1-Wire network
search(Vector<Long>, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
Performs a search of the 1-Wire network without searching branches
search(Vector<Long>, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitor
Performs a search of the 1-Wire network without searching branches
search(Vector<Long>, Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Performs a search of the 1-Wire network, with branch searching
search(Credentials, String, Domain...) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Executes a search on Odoo.
searchAndRead(Credentials, String, Domain[], Field[]) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Executes a Search and read on Odoo.
searchRead(Credentials, String, Field[], Domain...) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Search-Reads multiple records from Odoo.
secretPage - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
8 8-byte Secrets for this simulated SHAiButton
secretProtected - Variable in class com.dalsemi.onewire.container.OneWireContainer33
Flag to indicate if the secret is write protected.
secretSet - Variable in class com.dalsemi.onewire.container.OneWireContainer33
Flag to indicate if the secret has been set.
SecureRandomSingleton - Class in io.openems.common.utils
Generate secure random tokens.
select(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(long) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(String) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
selectNextValue() - Method in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Profile
 
selectPort(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Specifies a platform appropriate port name for this adapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Specify a platform appropriate port name for this adapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Specifies a platform appropriate port name for this adapter.
selectPort(Socket) - Method in class com.dalsemi.onewire.adapter.NetAdapter
New method, unique to NetAdapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
selectPort(String) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Specify a platform appropriate port name for this adapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Specify a platform appropriate port name for this adapter.
self() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
Gets an instance of the correct subclass of myself.
self() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
Gets an instance of the correct subclass of myself.
self() - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.FloatDoublewordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.SignedDoublewordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.SignedQuadruplewordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.SignedWordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedDoublewordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedQuadruplewordElement
 
self() - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedWordElement
 
self() - Method in class io.openems.edge.common.channel.BooleanDoc
 
self() - Method in class io.openems.edge.common.channel.DoubleDoc
 
self() - Method in class io.openems.edge.common.channel.EnumDoc
 
self() - Method in class io.openems.edge.common.channel.FloatDoc
 
self() - Method in class io.openems.edge.common.channel.IntegerDoc
 
self() - Method in class io.openems.edge.common.channel.internal.AbstractDoc
Gets an instance of the correct subclass of myself.
self() - Method in class io.openems.edge.common.channel.LongDoc
 
self() - Method in class io.openems.edge.common.channel.ShortDoc
 
self() - Method in class io.openems.edge.common.channel.StateChannelDoc
 
self() - Method in class io.openems.edge.common.channel.StringDoc
 
self() - Method in class io.openems.edge.common.test.AbstractComponentTest
Gets an instance of the correct subclass of myself.
self() - Method in class io.openems.edge.common.test.ComponentTest
 
self() - Method in class io.openems.edge.controller.test.ControllerTest
 
self() - Method in class io.openems.edge.ess.test.ManagedSymmetricEssTest
 
SemanticVersion - Class in io.openems.common.types
 
SemanticVersion(int, int, int, String) - Constructor for class io.openems.common.types.SemanticVersion
 
SemanticVersion(int, int, int) - Constructor for class io.openems.common.types.SemanticVersion
 
send(String, User, JsonrpcRequest) - Method in interface io.openems.backend.edgewebsocket.api.EdgeWebsocket
Send an authenticated JSON-RPC Request to an Edge via Websocket and expect a JSON-RPC Response.
send(String, JsonrpcNotification) - Method in interface io.openems.backend.edgewebsocket.api.EdgeWebsocket
Send a JSON-RPC Notification to an Edge.
send(String, User, JsonrpcRequest) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
send(String, JsonrpcNotification) - Method in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
send(UUID, JsonrpcRequest) - Method in interface io.openems.backend.uiwebsocket.api.UiWebsocket
Send a JSON-RPC Request to a UI session via WebSocket and expect a JSON-RPC Response.
send(UUID, JsonrpcNotification) - Method in interface io.openems.backend.uiwebsocket.api.UiWebsocket
Send a JSON-RPC Notification to a UI session.
send(String, JsonrpcNotification) - Method in interface io.openems.backend.uiwebsocket.api.UiWebsocket
Send a JSON-RPC Notification broadcast to all UI sessions with a given Edge-ID.
send(UUID, JsonrpcNotification) - Method in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
send(UUID, JsonrpcRequest) - Method in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
send(String, JsonrpcNotification) - Method in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
send(JsonrpcRequest) - Method in class io.openems.common.websocket.WsData
Sends a JSON-RPC request to a Websocket and registers a callback.
send(JsonrpcNotification) - Method in class io.openems.common.websocket.WsData
Sends a JSON-RPC Notification to a WebSocket.
send(String) - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
Send UDP message to KEBA KeContact.
send(UUID, Request) - Method in interface io.openems.edge.evcs.ocpp.common.OcppServer
Send message to EVCS.
send(UUID, Request) - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
Send a request to an Evcs using the server.
send(UUID, Request) - Method in class io.openems.edge.evcs.ocpp.server.OcppServerImpl
 
sendBreak(int) - Method in class com.dalsemi.onewire.adapter.SerialService
Send a break on this serial port
sendDefault(UUID, Request) - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
Default implementation of the send method.
sendInitialRequests(UUID, AbstractOcppEvcsComponent) - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
Sending initially all required requests to the EVCS.
sendJsonrpcRequest(String, JsonrpcRequest) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Sends a JSON-RPC Request to an Odoo server.
sendMessage(JsonrpcMessage) - Method in class io.openems.common.websocket.AbstractWebsocketClient
Sends a JSON-RPC message.
sendMessage(WebSocket, JsonrpcMessage) - Method in class io.openems.common.websocket.AbstractWebsocketServer
Sends a message to WebSocket.
sendMessageOrError(JsonrpcMessage) - Method in class io.openems.common.websocket.AbstractWebsocketClient
 
sendPermanentRequests(List<AbstractOcppEvcsComponent>) - Method in class io.openems.edge.evcs.ocpp.server.MyJsonServer
Sending all permanently required requests to the EVCS.
sendRequest(JsonrpcRequest) - Method in class io.openems.common.websocket.AbstractWebsocketClient
Sends a JSON-RPC Request and returns a future Response.
separator - Static variable in class com.dalsemi.onewire.application.file.OWFile
Field separator
separatorChar - Static variable in class com.dalsemi.onewire.application.file.OWFile
Field separatorChar
serialEvent(SerialPortEvent) - Method in class com.dalsemi.onewire.adapter.SerialService
SerialPortEventListener method.
SerialService - Class in com.dalsemi.onewire.adapter
The SerialService class provides serial IO services to the USerialAdapter class.
SerialService(String) - Constructor for class com.dalsemi.onewire.adapter.SerialService
this constructor only for use in the static method: getSerialService(String)
server - Variable in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
server - Variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
serverSocket - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
The server socket for listening for connections
serverSocket - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
The server socket for listening for connections
serviceFactoryPid() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns the Service Factory-PID.
serviceFile - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
used to construct appropriate string for OWFile constructor
servicePid() - Method in interface io.openems.edge.common.component.OpenemsComponent
Returns the Service PID.
sessionId - Variable in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
SessionManager - Class in io.openems.backend.common.session
 
SessionManager() - Constructor for class io.openems.backend.common.session.SessionManager
 
sessionTokens - Variable in class io.openems.edge.controller.api.websocket.WebsocketApi
Stores valid session tokens for authentication via Cookie.
SET_ZERO_IF_TRUE(boolean) - Static method in class io.openems.edge.bridge.modbus.api.ElementToChannelConverter
Sets the value to 'zero' if parameter is true; otherwise ElementToChannelConverter.DIRECT_1_TO_1.
setActivePower - Variable in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
setActivePower - Variable in class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
setActivePowerEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets an Active Power Equals setpoint in [W].
setActivePowerEqualsWithPid(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets an Active Power Equals setpoint in [W] with applied PID filter.
setActivePowerGreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets an Active Power Greater Or Equals setpoint in [W].
setActivePowerLessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets an Active Power Less Or Equals setpoint in [W].
setActivePowerLimit(Integer) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Sets the Active Power Limit in [W].
setActivePowerLimit(int) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Sets the Active Power Limit in [W].
setADAlarm(int, int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Sets the voltage value of the specified alarm on the specified channel.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets the alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the A/D alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the voltage value of the specified alarm on the specified channel.
setADAlarmEnable(int, int, boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Enables or disables the specified alarm on the specified channel.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets the alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the A/D alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables or disables the specified alarm on the specified channel.
setAdapter(DSPortAdapter) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Sets this monitor to search a new DSPortAdapter
setAdapter(DSPortAdapter) - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
Sets this monitor to search a new DSPortAdapter
setAdapter(DSPortAdapter) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitor
Sets this monitor to search a new DSPortAdapter
setAdapter(DSPortAdapter) - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Sets this monitor to search a new DSPortAdapter
setAdapter - Variable in class com.dalsemi.onewire.container.OneWireContainer33
Flag to indicate if the adapter has been specified.
setADDeviceBitCount(int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
setAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Copies the provided 1-Wire device address into the 'current' array.
setAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Copies the provided 1-Wire device address into the 'current' array.
setADRange(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Sets the input range for the specified channel.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets the input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the A/D input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the input range for the specified channel.
setADReferenceVoltage(double) - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
setADResolution(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
Sets the conversion resolution value for the specified channel.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets the conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the A/D conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the conversion resolution value for the specified channel.
setApikey(String) - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
setAuthenticated(boolean) - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
setAutomaticDelayLong(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the automatic delay for the Inteval Timer and the Cycle counter to either 123ms (long) or 3.5ms (regular).
setBattery(Battery) - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
setBattery(Battery) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
setBattery(TeslaPowerwall2Battery) - Method in interface io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core
 
setBattery(TeslaPowerwall2Battery) - Method in class io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2CoreImpl
 
setBaudRate(int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
setBranchAutoSearching(boolean) - Method in class com.dalsemi.onewire.application.monitor.NetworkDeviceMonitor
Indicates whether or not branches are automatically traversed.
setBranches(Vector<TaggedDevice>) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the vector of branches to get to the tagged device.
setBundleLocation(String) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
setByte(int, byte) - Method in class com.dalsemi.onewire.container.CommandAPDU
Sets the byte value at the specified offset in the apduBuffer.
setCapacity(SingleRackVersionB, Config) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
setCCA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the CCA.
setChallenge(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Sets the challenge for the Read Authenticate Page
setChannel(int) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the channel for the tagged device from an int.
setChannelDataRecordsList(List<ChannelRecord>) - Method in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
setChannelFromString(String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the channel for the tagged device from a String.
setChannelId(Channel<?>) - Method in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
setChannelMask(int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Sets the channel passed to the proper state depending on the set parameter for responding to the Conditional Search.
setChannelMask(int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Sets the channel passed to the proper state depending on the set parameter for responding to the Conditional Search.
setChannelPolarity(int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Sets the channel passed to the proper state depending on the set parameter for the correct polarity in the Conditional Search.
setChannelPolarity(int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Sets the channel passed to the proper state depending on the set parameter for the correct polarity in the Conditional Search.
setChannels(Map<String, EdgeConfig.Component.Channel>) - Method in class io.openems.common.types.EdgeConfig.Component
 
SetChannelValueRequest - Class in io.openems.common.jsonrpc.request
Sets the write value of a Channel.
SetChannelValueRequest(String, String, JsonElement) - Constructor for class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
SetChannelValueRequest(UUID, String, String, JsonElement) - Constructor for class io.openems.common.jsonrpc.request.SetChannelValueRequest
 
setChargePower(int) - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
setChargePowerLimit(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Sets the charge power limit of the EVCS in [W].
setChargePowerLimit(int) - Method in interface io.openems.edge.evcs.ocpp.common.OcppStandardRequests
Should return an OCPP request that would set the charge power to the defined value.
setChargePowerRequest(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Sets the request for a charge power in [W].
setChargePump(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Sets this device's charge pump.
setChargePump(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Sets the state of the Potentiometer's charge pump.
setCharger(EssDcChargerFeneconCommercial40) - Method in interface io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40
 
setCharger(EssDcChargerFeneconCommercial40) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
setCharger(KostalPikoCharger) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
setCharger(KostalPikoCharger) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
setClock(long, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Sets the Real-Time clock.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Real-Time clock.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the Real-Time clock.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Sets the Real-Time clock.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock time in the provided state data Use the method writeDevice() with this data to finalize the change to the device.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the Real-Time clock.
setClockAlarm(long, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Sets the clock alarm.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the clock alarm.
setClockAlarm(int, int, int, int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Set the DS1921's alarm clock.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the clock alarm.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Sets the clock alarm.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock Alarm in the provided state data.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the clock alarm.
setClockAlarmEnable(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Enables or disables the clock alarm.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Enables or disables the clock alarm.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Enables or disables the clock alarm.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Enables or disables the clock alarm.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock Alarm enable.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables or disables the clock alarm.
setClockRunEnable(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
Enables or disables the oscillator, turning the clock 'on' and 'off'.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Enables or disables the oscillator, turning the clock 'on' and 'off'.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Enables or disables the oscillator, turning the clock 'on' and 'off'.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Enables or disables the oscillator, turning the clock 'on' and 'off'.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the oscillator enable to the specified value.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables or disables the oscillator, turning the clock 'on' and 'off'.
setClusterName(String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the cluster name for the tagged device.
setClusterStartStop(ClusterStartStop) - Method in interface io.openems.edge.battery.soltaro.cluster.SoltaroCluster
Writes the value to the SoltaroCluster.ChannelId.CLUSTER_START_STOP Register.
setComment(String) - Method in class io.openems.backend.metadata.api.Edge
 
setComponentId(String) - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
setComponentState(Map<ChannelAddress, EdgeConfig.Component.Channel>) - Method in class io.openems.backend.metadata.api.Edge
 
setConditionalSearchActivity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the 'PIO Activity latches' are set for Conditional Search and if not sets it.
setConditionalSearchLogicLevel(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Checks if the 'PIO Level' Conditional Search is set for input and if not sets it.
setConfig(EdgeConfig) - Method in class io.openems.backend.metadata.api.Edge
Sets the configuration for this Edge and calls the SetConfig-Listeners.
setConfig(EdgeConfig, boolean) - Method in class io.openems.backend.metadata.api.Edge
Sets the configuration for this Edge.
setContactorControl(ContactorControl) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
setContainerReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Sets the value of the read password for the container.
setContainerReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the Read-Only password used by the API when reading from the device's memory.
setContainerReadOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Sets the Read-Only password used by the API when reading from the device's memory.
setContainerReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Sets the value of the read/write password for the container.
setContainerReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the Read/Write password used by the API when reading from or writing to the device's memory.
setContainerReadWritePassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Sets the Read/Write password used by the API when reading from or writing to the device's memory.
setContainerSecret(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Sets the bus master secret for this DS2432.
setContainerWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Sets the value of the read/write password for the container.
setContainerWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the Write-Only password used by the API when writing to the device's memory.
setContainerWriteOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Sets the Write-Only password used by the API when writing to the device's memory.
setControlChannelAssociation(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Sets the control pin channel association.
setControlData(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Sets the control pin data to a value.
SetControlMode - Enum in io.openems.edge.sma.enums
 
setCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
setCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
setCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
setCurrentWiperNumber(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Sets the currently selected wiper number.
setCurrentWiperNumber(int, byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Sets the currently selected wiper number.
setCycleCounter(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets power Cycle Counter.
setCycleCounterAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the power Cycle Count Alarm.
setCycleCounterAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Cycle counter Alarm enable.
setData(VariableDataStructure) - Method in class io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
 
setdataRecordPosition(int) - Method in class io.openems.edge.bridge.mbus.api.ChannelRecord
 
setDCA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the DCA.
setDebugMode(boolean) - Static method in class com.dalsemi.onewire.debug.Debug
Sets the debug printing mode for this application.
setDebugMode(boolean) - Method in class io.openems.edge.ess.core.power.Solver
Activates/deactivates the Debug Mode.
setDefaultTemperatureCompensationValue(double, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the default temperature value for temperature compensation.
setDeviceContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the 1-Wire Container for the tagged device.
setDevicePasswordEnable(boolean, boolean, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Enables/disables passwords by writing to the devices password control register.
setDevicePasswordEnable(boolean, boolean, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/Disables passwords for this Device.
setDevicePasswordEnable(boolean, boolean, boolean) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Enables/Disables passwords for this Device.
setDevicePasswordEnableAll(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Enables/Disables passwords for this device.
setDevicePasswordEnableAll(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/Disables passwords for this device.
setDevicePasswordEnableAll(boolean) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Enables/Disables passwords for this device.
setDeviceReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Attempts to change the value of the read password in the device's register.
setDeviceReadOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Writes the given password to the device's Read-Only password register.
setDeviceReadOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Writes the given password to the device's Read-Only password register.
setDeviceReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Attempts to change the value of the read/write password in the device's register.
setDeviceReadWritePassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Writes the given password to the device's Read/Write password register.
setDeviceReadWritePassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Writes the given password to the device's Read/Write password register.
setDeviceType(String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the device type for the tagged device.
setDeviceWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Attempts to change the value of the write only password in the device's register.
setDeviceWriteOnlyPassword(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Writes the given password to the device's Write-Only password register.
setDeviceWriteOnlyPassword(byte[], int) - Method in interface com.dalsemi.onewire.container.PasswordContainer
Writes the given password to the device's Write-Only password register.
setDisplayText(String) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Sets a Text that is shown on the display of the EVCS.
setDoAlarmSearch(boolean) - Method in class com.dalsemi.onewire.application.monitor.DeviceMonitor
Sets this monitor to search for alarming parts
setDocumentHandler(DocumentHandler) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Register a document event handler.
setDTDHandler(DTDHandler) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Register a DTD event handler.
setDTR(boolean) - Method in class com.dalsemi.onewire.adapter.SerialService
 
setDummyMaxApparentPower(int) - Method in class io.openems.edge.ess.test.DummyHybridEss
 
setDummySurplusPower(Integer) - Method in class io.openems.edge.ess.test.DummyHybridEss
 
setEdgeId(String) - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
setEmsPowerMode - Variable in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
setEnergyLimit(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Sets the energy limit for the current or next session in [Wh].
setEntityResolver(EntityResolver) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Register a custom entity resolver.
setEPROM() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Sets the EPROM mode for this page.
setEPROMModePageOne() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Sets the EPROM mode for page 1.
setErrorHandler(ErrorHandler) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Register an error event handler.
setEss(KostalPikoEss) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
setEss(KostalPikoEss) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
setFlag(int, byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the status of the specified flag in the specified register.
setFlag(int, byte, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the status of the specified flag in the specified register.
setFlag(byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set one of the flags in the STATUS/CONFIGURATION register.
setFlag(int, byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets one of the flags in one of the registers.
Valid registers are: PROTECTION_REGISTER, STATUS_REGISTER, EEPROM_REGISTER and SPECIAL_FEATURE_REGISTER.
setFlag(int, byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the status of the specified flag in the specified register.
setFlag(int, byte, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the status of the specified flag in the specified register.
setForceADResults(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
 
setForceOverdrive(boolean) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Sets whether or not the container should be forced into overdrive.
setGridActivePowerSetPoint(Integer) - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Sets the Active Power Limit in [W].
SetGridConnScheduleRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'setGridConnSchedule'.
SetGridConnScheduleRequest(String) - Constructor for class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
SetGridConnScheduleRequest(String, List<SetGridConnScheduleRequest.GridConnSchedule>) - Constructor for class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
SetGridConnScheduleRequest(UUID, String, List<SetGridConnScheduleRequest.GridConnSchedule>) - Constructor for class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest
 
SetGridConnScheduleRequest.GridConnSchedule - Class in io.openems.common.jsonrpc.request
 
setGridMeter(KostalPikoGridMeter) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
setGridMeter(KostalPikoGridMeter) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
setHardResetContactor(boolean) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
if parameter is true, the contactor will be closed if it's false, the contactor will be opened and Mr Gridcon is going to start
setHumidityAlarm(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Sets the Humidity alarm value in percent in the provided state data.
setHumidityAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Sets the Humidity alarm value in percent in the provided state data.
setHumidityAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the Humidity alarm value in percent in the provided state data.
setHumidityCalibrationRegisterUsage(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/Disables the usage of the humidity calibration registers.
setHumidityResolution(double, byte[]) - Method in interface com.dalsemi.onewire.container.HumidityContainer
Sets the current Humidity resolution in percent in the provided state data.
setHumidityResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Sets the current Humidity resolution in percent in the provided state data.
setHumidityResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the current Humidity resolution in percent in the provided state data.
setiButton18(OneWireContainer18) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Modifies this SHA iButton so that it refers to another DS1963S container.
setiButton33(OneWireContainer33) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Modifies this SHA iButton so that it refers to another DS1961S container.
setiButtonUser(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Modifies this SHA iButton so that it refers to another device.
setiButtonUser(byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Modifies this SHA iButton so that it refers to another device.
setiButtonUser(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Modifies this SHA iButton so that it refers to another 1963S.
setiButtonUser(byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Modifies this SHA iButton so that it refers to another device.
setiButtonUser(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Modifies this SHA iButton so that it refers to another 1963S.
setiButtonUser(byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Modifies this SHA iButton so that it refers to another device.
setICA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the ICA.
setInit(String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the init (initialization String) for the tagged device.
setInputCoil(Boolean) - Method in class io.openems.edge.bridge.modbus.api.element.CoilElement
 
setInputCoil(Boolean) - Method in class io.openems.edge.bridge.modbus.api.element.DummyCoilElement
We are not setting a value for a DummyElement.
setInputCoil(Boolean) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusCoilElement
Sets the boolean value of this Element from Modbus Coil.
setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
We are not setting a value for a DummyElement.
setInputRegisters(InputRegister...) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusRegisterElement
Sets the value of this Element from InputRegisters.
setInterruptEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer27
Enables or disables hardware interrupting.
setInterruptInterval(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer27
Sets the interval at which interrupting will occur.
setIntervalTimer(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Interval Timer.
setIntervalTimerAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Interval Timer Alarm.
setIntervalTimerAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Interval Timer Alarm enable.
setIntervalTimerAutomatic(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Interval timer to automatic or manual mode.
setIntervalTimerRunState(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the Interval timer run/stop mode.
setIpAddress(InetAddress) - Method in class io.openems.edge.bridge.modbus.BridgeModbusTcpImpl
 
setIpuControlSettings() - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
Sets the IPU-settings for Inverter-Control and DCDC-Control.
setKeys(String[]) - Method in class io.openems.edge.simulator.DataContainer
Sets the keys.
setLabel(String) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the label for the tagged device.
setLastActivePower(int) - Method in class io.openems.edge.ess.power.api.Inverter
 
setLastChargingProperty(ChargingProperty) - Method in class io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent
 
setLastMessageTimestamp() - Method in class io.openems.backend.metadata.api.Edge
Sets the Last-Message-Timestamp and calls the SetLastMessage-Listeners.
setLastMessageTimestamp(boolean) - Method in class io.openems.backend.metadata.api.Edge
Sets the Last-Message-Timestamp.
setLastModified(long) - Method in class com.dalsemi.onewire.application.file.OWFile
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastUpdateTimestamp() - Method in class io.openems.backend.metadata.api.Edge
Sets the Last-Message-Timestamp and calls the SetLastUpdate-Listeners.
setLastUpdateTimestamp(boolean) - Method in class io.openems.backend.metadata.api.Edge
Sets the Last-Update-Timestamp.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Sets the latch state of the indicated channel.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Sets the latch state of the indicated channel.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Sets the latch state of the indicated channel.
setLatchState(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Sets the latch state for all of the channels.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Sets the latch state of the indicated channel.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Sets the latch state of the indicated channel.
setLatchState(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Sets the latch state for all of the channels.
setLatchState(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the state for the Programmable Input/Output pin.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Sets the latch state of the indicated channel.
setLatchState(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Sets the latch state for all of the channels.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Sets the latch state of the indicated channel.
setLatchState(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Sets the latch state for all of the channels.
setLatchState(int, boolean, boolean, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Sets the latch state of the indicated channel.
setLimits(Integer, Integer) - Method in class io.openems.edge.common.filter.PidFilter
Limit the output value.
setLocale(Locale) - Method in class com.dalsemi.onewire.application.tag.SAXParser
Set the locale for errors and warnings.
setMaxApparentPower(int) - Method in class io.openems.edge.ess.test.DummyPower
 
setMaxErrorCount(int) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Number of searches that an error occurs before listener's are notified
setMaxStartAttempts(boolean) - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
setMaxStateCount(int) - Method in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
The number of searches that a button should be "missing" before it is removed
setMaxStopAttempts(boolean) - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
setMissionAlarm(int, int, double) - Method in interface com.dalsemi.onewire.container.MissionContainer
Sets the threshold value which will trigger the alarm of the specified type on the specified channel.
setMissionAlarm(int, int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the threshold value which will trigger the alarm of the specified type on the specified channel.
setMissionAlarmEnable(int, int, boolean) - Method in interface com.dalsemi.onewire.container.MissionContainer
Enables/disables the alarm of the specified type for the specified channel
setMissionAlarmEnable(int, int, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/disables the alarm of the specified type for the specified channel
setMissionChannelEnable(int, boolean) - Method in interface com.dalsemi.onewire.container.MissionContainer
Enables/disables the specified mission channel, indicating whether or not the channel's readings will be recorded in the mission log.
setMissionChannelEnable(int, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/disables the specified mission channel, indicating whether or not the channel's readings will be recorded in the mission log.
setMissionChannelEnable(int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/disables the specified mission channel, indicating whether or not the channel's readings will be recorded in the mission log.
setMissionResolution(int, double) - Method in interface com.dalsemi.onewire.container.MissionContainer
Sets the selected resolution for the specified channel.
setMissionResolution(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the selected resolution for the specified channel.
setMissionStartDelay(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the time to wait before starting the mission.
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Set the Modbus bridge.
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.byd.container.EssFeneconBydContainer
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.refu.RefuEss
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.streetscooter.Ess0Streetscooter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.ess.streetscooter.Ess1Streetscooter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger1
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.dess.charger.FeneconDessCharger2
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.dess.ess.FeneconDessEss
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.mini.ess.FeneconMiniEssImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.pro.ess.FeneconProEss
 
setModbus(BridgeModbus) - Method in class io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv1
 
setModbus(BridgeModbus) - Method in class io.openems.edge.goodwe.et.charger.GoodWeEtChargerPv2
 
setModbus(BridgeModbus) - Method in class io.openems.edge.goodwe.et.ess.GoodWeEtBatteryInverterImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.goodwe.et.gridmeter.GoodWeEtGridMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.io.kmtronic.KmtronicRelayOutput
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.artemes.am2.MeterArtemesAM2
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.bcontrol.em300.MeterBControlEM300Impl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630Impl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.schneider.acti9.smartlink.MeterSchneiderActi9Smartlink
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
setModbus(BridgeModbus) - Method in class io.openems.edge.meter.weidmueller.MeterWeidmueller525
 
setModbus(BridgeModbus) - Method in class io.openems.edge.pvinverter.kaco.blueplanet.KacoBlueplanet
 
setModbus(BridgeModbus) - Method in class io.openems.edge.pvinverter.sma.SmaPvInverter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.pvinverter.solarlog.SolarLog
 
setModbus(BridgeModbus) - Method in class io.openems.edge.sma.SunnyIsland6Ess
 
setModbus(BridgeModbus) - Method in class io.openems.edge.solaredge.gridmeter.SolarEdgeGridMeter
 
setModbus(BridgeModbus) - Method in class io.openems.edge.solaredge.pvinverter.SolarEdge
 
setModbus(BridgeModbusTcp) - Method in class io.openems.edge.wago.Wago
 
setModbusTask(AbstractTask) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
setModbusTask(AbstractTask) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Set the AbstractTask, where this Element belongs to.
setModeAuto(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Sets the control pin mode.
SetNetworkConfigRequest - Class in io.openems.edge.core.host
Updates the current network configuration.
SetNetworkConfigRequest(List<NetworkInterface<?>>) - Constructor for class io.openems.edge.core.host.SetNetworkConfigRequest
 
SetNetworkConfigRequest(UUID, List<NetworkInterface<?>>) - Constructor for class io.openems.edge.core.host.SetNetworkConfigRequest
 
setNextValue(Object) - Method in interface io.openems.edge.common.channel.Channel
Updates the 'next value' of Channel.
setNextWriteValue(Optional<Boolean>) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusCoilElement
Sets a value that should be written to the Modbus device.
setNextWriteValue(Optional<Object>) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusRegisterElement
Sets a value that should be written to the Modbus device.
setNextWriteValue(String) - Method in class io.openems.edge.common.channel.EnumWriteChannel
Updates the 'next' write value of Channel from an Enum-String value.
setNextWriteValue(OptionsEnum) - Method in class io.openems.edge.common.channel.EnumWriteChannel
Updates the 'next' write value of Channel from an Enum value.
setNextWriteValue(T) - Method in interface io.openems.edge.common.channel.WriteChannel
Updates the 'next' write value of Channel.
setNextWriteValue(WriteChannel<?>) - Method in class io.openems.edge.controller.api.common.WriteObject
 
setNextWriteValue(WriteChannel<?>) - Method in class io.openems.edge.controller.api.common.WritePojo
 
setNextWriteValueFromObject(Object) - Method in interface io.openems.edge.common.channel.WriteChannel
Updates the 'next' write value of Channel from an Object value.
setNextWriteValueRegisters(Optional<Register[]>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
setNoOfCycles(int) - Method in class io.openems.edge.timedata.rrd4j.RecordWorker
 
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNotifyOnDataAvailable(boolean) - Method in class com.dalsemi.onewire.adapter.SerialService
 
setOnline(boolean) - Method in class io.openems.backend.metadata.api.Edge
Marks this Edge as being online.
SetOperationMode - Enum in io.openems.edge.ess.refu
 
setOutput(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets the output enable and state for the specified channel in the provided register buffer.
setOutput(Phase, boolean) - Method in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
Helper function to switch an output if it was not switched before.
setOutputSyncDeviceBridge(boolean) - Method in class io.openems.edge.ess.mr.gridcon.GridconPCS
 
setOWPath(OWPath) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the OWPath for the tagged device.
setOWPath(DSPortAdapter, Vector<TaggedDevice>) - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
Sets the OWPath for the tagged device.
setPageWriteOnce(int) - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Lock the specifed page in the current memory bank.
setPageWriteOnce(int) - Method in class com.dalsemi.onewire.container.OneWireContainer43
Lock the specifed page in the current memory bank.
setParameter(int, int) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Sets the value of a particular parameter for this debit transaction.
setParameter(int, int) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Sets the value of a particular parameter for this debit transaction.
setParameter(int, byte[], int, int) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Sets the value of a particular parameter for this debit transaction.
setParameter(int, int) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Sets the value of a particular parameter for this debit transaction.
setParameter(int, int) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Sets a particular parameter for this transaction.
setParent(AbstractOpenemsModbusComponent) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
setParent(AbstractOpenemsModbusComponent) - Method in interface io.openems.edge.bridge.modbus.api.task.Task
Sets the parent.
setParent(AbstractOpenemsModbusComponent) - Method in class io.openems.edge.bridge.modbus.api.task.WaitTask
 
setPower(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Sets or clears the external power flag in the provided register buffer.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to normal level.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network voltage to normal level.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to normal level.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to normal level.
setPreChargeControl(PreChargeControl) - Method in interface io.openems.edge.battery.bydcommercial.BatteryBoxC130
 
setPreChargeControl(PreChargeControl) - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Writes the value to the SingleRackVersionC.ChannelId.PRE_CHARGE_CONTROL Register.
setPrintStream(PrintStream) - Static method in class com.dalsemi.onewire.debug.Debug
Sets the output stream for printing the debug info.
setProducttype(String) - Method in class io.openems.backend.metadata.api.Edge
Sets the Producttype and calls the SetProducttype-Listeners.
setProducttype(String, boolean) - Method in class io.openems.backend.metadata.api.Edge
Sets the Producttype.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
SetPvLimitHandler - Class in io.openems.edge.pvinverter.solarlog
 
SetPvLimitHandler(SolarLog, ManagedSymmetricPvInverter.ChannelId) - Constructor for class io.openems.edge.pvinverter.solarlog.SetPvLimitHandler
 
SetPvLimitHandler - Class in io.openems.edge.pvinverter.sunspec
 
SetPvLimitHandler(AbstractSunSpecPvInverter) - Constructor for class io.openems.edge.pvinverter.sunspec.SetPvLimitHandler
 
setReactivePower - Variable in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.Context
 
setReactivePower - Variable in class io.openems.edge.batteryinverter.refu88k.statemachine.Context
 
setReactivePowerEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets a Reactive Power Equals setpoint in [var].
setReactivePowerGreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets a Reactive Power Greater Or Equals setpoint in [var].
setReactivePowerLessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Sets a Reactive Power Less Or Equals setpoint in [var].
setReadAfterExpire(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the read state of the device after a write protected alarm has occured.
setReader(Reader) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
setReadOnly() - Method in class com.dalsemi.onewire.application.file.OWFile
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReason(Constraint) - Method in exception io.openems.edge.ess.power.api.PowerException
 
setRelay(boolean) - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Sets the Relay Output.
setRelay1(boolean) - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Sets the Relay Output 1.
setRelay2(boolean) - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Sets the Relay Output 2.
setRelayTurn(int, boolean) - Method in class io.openems.edge.io.shelly.common.ShellyApi
Turns the relay with the given index on or off.
setRemainingCapacity(double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Allows user to set the remaining capacity.
setRequestedState(KacoSunSpecModel.S64201.S64201RequestedState) - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Writes the value to the KacoSunSpecModel.S64201.REQUESTED_STATE Register.
setRequestSeconds(int) - Method in enum io.openems.edge.evcs.keba.kecontact.Report
 
setResetMode(byte[], boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Turns the Reset mode on/off.
setResistorExternal(double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the DS2760 to use an external, user-selectable resistance.
setResistorInternal() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the DS2760 to use its internal .025 ohm resistor for measurements.
setResponse(VariableDataStructure) - Method in class io.openems.edge.bridge.mbus.api.MbusTask
 
setRTS(boolean) - Method in class com.dalsemi.onewire.adapter.SerialService
 
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchConditions(byte, byte, byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Programs the Conditional Search options for the DS2406/2407.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.LSerialAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
 
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSecret(String) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the shared secret for authenticating this NetAdapter with a NetAdapterHost.
setSecret(String) - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Sets the secret used for authenticating incoming client connections.
setSecret(String) - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Sets the secret used for authenticating incoming client connections.
setSelection(String) - Method in class com.dalsemi.onewire.application.tag.D2A
Set the selection of this actuator
setSelection(String) - Method in class com.dalsemi.onewire.application.tag.Switch
Set the selection of this actuator
setSelection(String) - Method in interface com.dalsemi.onewire.application.tag.TaggedActuator
Set the selectionof this actuator
setSenseResistor(double) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the sense resistor used to determine battery current.
setSessionToken(UUID) - Method in class io.openems.edge.controller.api.websocket.WsData
 
setSetActivePowerL1Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Equals setpoint on L1 in [W].
setSetActivePowerL1GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Greater Or Equals setpoint on L1 in [W].
setSetActivePowerL1LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Less Or Equals setpoint on L1 in [W].
setSetActivePowerL2Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Equals setpoint on L2 in [W].
setSetActivePowerL2GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Greater Or Equals setpoint on L2 in [W].
setSetActivePowerL2LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Less Or Equals setpoint on L2 in [W].
setSetActivePowerL3Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Equals setpoint on L3 in [W].
setSetActivePowerL3GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Greater Or Equals setpoint on L3 in [W].
setSetActivePowerL3LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets an Active Power Less Or Equals setpoint on L3 in [W].
setSetReactivePowerL1Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Equals setpoint on L1 in [var].
setSetReactivePowerL1GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Greater Or Equals setpoint on L1 in [var].
setSetReactivePowerL1LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Less Or Equals setpoint on L1 in [var].
setSetReactivePowerL2Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Equals setpoint on L2 in [var].
setSetReactivePowerL2GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Greater Or Equals setpoint on L2 in [var].
setSetReactivePowerL2LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Less Or Equals setpoint on L2 in [var].
setSetReactivePowerL3Equals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Equals setpoint on L3 in [var].
setSetReactivePowerL3GreaterOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Greater Or Equals setpoint on L3 in [var].
setSetReactivePowerL3LessOrEquals(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Sets a Reactive Power Less Or Equals setpoint on L3 in [var].
setSleep(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
setSoCLowAlarm(SingleRackVersionB, int) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
setSocLowProtection(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
setSocLowProtectionRecover(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the new speed of data transfer on the 1-Wire Network.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the new speed of data transfer on the 1-Wire Network.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
This method takes an int representing the new speed of data transfer on the 1-Wire Network.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
This method takes an int representing the new speed of data transfer on the 1-Wire Network.
setSpeed(int, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer
Sets the maximum speed for this container.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Directs the container to avoid the calls to doSpeed() in methods that communicate with the Thermocron.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Directs the container to avoid the calls to doSpeed() in methods that communicate with the SHA iButton.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Directs the container to avoid the calls to doSpeed() in methods that communicate with the Thermocron.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Directs the container to avoid the calls to doSpeed() in methods that communicate with the Thermocron.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Directs the container to avoid the calls to doSpeed() in methods that communicate with the Thermocron.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Directs the container to avoid the calls to doSpeed() in methods that communicate with the Thermocron.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Directs the container to avoid the calls to doSpeed() in methods that communicate with the DS1922/DS2422.
setStartStop(StartStop) - Method in class io.openems.edge.battery.bmw.BmwBatteryImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.bydcommercial.BatteryBoxC130Impl
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionCImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.battery.test.DummyBattery
 
setStartStop(StartStop) - Method in class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsaveImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.batteryinverter.refu88k.RefuStore88kImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.batteryinverter.test.DummyManagedSymmetricBatteryInverter
 
setStartStop(StartStop) - Method in interface io.openems.edge.common.startstop.StartStoppable
Starts or stops the device or service represented by this OpenEMS Component.
setStartStop(StartStop) - Method in class io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEssImpl
 
setStartStop(StartStop) - Method in class io.openems.edge.simulator.battery.BatteryDummy
 
setStartUponTemperatureAlarmEnable(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the SUTA (Start Upon Temperature Alarm) bit in the Mission Control register.
setStartUponTemperatureAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the SUTA (Start Upon Temperature Alarm) bit in the Mission Control register.
setState(Edge.State) - Method in class io.openems.backend.metadata.api.Edge
 
setStateMachineState(State) - Method in class io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionB
 
setStateMachineState(State) - Method in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
setStrategy(SolverStrategy) - Method in class io.openems.edge.ess.core.power.Solver
Sets the solver strategy.
setSymmetricMode(boolean) - Method in class io.openems.edge.ess.core.power.Data
 
setSystemLogSubscribed(boolean) - Method in class io.openems.edge.controller.api.backend.BackendApi
Activates/deactivates subscription to System-Log.
setSystemReset(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
SetSystemWorkstate - Enum in io.openems.edge.ess.byd.container
 
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the temperature alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Sets the temperature alarm value in Celsius in the provided state data.
setTemperatureCalibrationRegisterUsage(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/Disables the usage of calibration registers.
setTemperatureCompensationUsage(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Enables/Disables the usage of temperature compensation.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Sets the current temperature resolution in Celsius in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the current temperature resolution in Celsius in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Sets the current temperature resolution in Celsius in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the current temperature resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Sets the current temperature resolution in Celsius in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Sets the current temperature resolution in Celsius in the provided state data.
setTemperatureResolution(double, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Sets the current temperature resolution in Celsius in the provided state data.
setThreshold(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the minimum current measurement magnitude for which the ICA/CCA/DCA are incremented.
setTimeoutSeconds(int) - Method in class io.openems.edge.controller.api.common.ApiWorker
Sets the timeout in seconds.
setTimestamp(long) - Method in class io.openems.backend.timedata.api.EdgeCache
 
setTimestamp(ZonedDateTime) - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
setTMEXPortType(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Select the TMEX specified port type (0 to 15) Use this method if the constructor with the PortType cannot be used.
setToken(UUID) - Method in class io.openems.backend.uiwebsocket.impl.WsData
 
setTotalMeterEnergy(double) - Method in class io.openems.edge.evcs.ocpp.common.ChargingProperty
 
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer2D
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer37
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer43
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer43
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer43
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupFD(OneWireContainer[], String) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Setups the 1-Wire FileDescrioptor providing the Filesystem 1-Wire device(s) and file path.
SetupMode - Enum in io.openems.edge.fenecon.mini.ess
 
SetupMode - Enum in io.openems.edge.fenecon.pro.ess
 
setupTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Setup account data on a fresh user iButton.
setupTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Setup account data on a fresh user iButton.
setupTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Setup account data on a fresh user iButton.
setupTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Setups initial transaction data on SHAiButtonUser.
setUseOverridingAdapter(DSPortAdapter) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Sets an overriding adapter.
setUser(BackendUser) - Method in class io.openems.backend.b2bwebsocket.WsData
 
setUser(EdgeUser) - Method in class io.openems.edge.controller.api.websocket.WsData
 
setUserId(String) - Method in class io.openems.backend.uiwebsocket.impl.WsData
 
setValue(T) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
setValue(byte, byte) - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
setValue(int) - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
setValue(short) - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
setValue(byte[]) - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
setValue(Sum.ChannelId, Long) - Method in class io.openems.edge.core.sum.EnergyValuesHandler
Sets the value of the Channel if it is greater-or-equals the lastValue.
setValue(double) - Method in class io.openems.edge.ess.power.api.Constraint
 
setVersion(SemanticVersion) - Method in class io.openems.backend.metadata.api.Edge
Sets the version and calls the SetVersion-Listeners.
setVersion(SemanticVersion, boolean) - Method in class io.openems.backend.metadata.api.Edge
Sets the version.
setWatchdog(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
setWatchdog(SingleRackVersionB, int) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
setWebsocket(WebSocket) - Method in class io.openems.common.websocket.WsData
Sets the WebSocket.
setWeight(int) - Method in class io.openems.edge.ess.power.api.Inverter
 
setWiperPosition(int) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Sets the wiper position for the potentiometer.
setWiperPosition(int) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Sets the wiper position of the potentiometer.
SetWorkState - Enum in io.openems.edge.ess.fenecon.commercial40
 
SetWorkState - Enum in io.openems.edge.fenecon.mini.ess
 
SetWorkState - Enum in io.openems.edge.fenecon.pro.ess
 
setWriter(Writer) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
setWriteVerification(boolean) - Method in interface com.dalsemi.onewire.container.MemoryBank
Sets or clears write verification for the write method.
setWriteVerification(boolean) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Set the write verification for the 'write()' method.
SHA - Class in com.dalsemi.onewire.utils
Utility methods for performing SHA calculations.
SHA_FUNCTION_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
SHA_FUNCTION_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
SHADebit - Class in com.dalsemi.onewire.application.sha
This class implements an account debit application for SHA Transactions.
SHADebit() - Constructor for class com.dalsemi.onewire.application.sha.SHADebit
User apps should never call this
SHADebit(SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHADebit
SHADebit constructor.
SHADebit(SHAiButtonCopr, int, int) - Constructor for class com.dalsemi.onewire.application.sha.SHADebit
SHADebit constructor.
SHADebitUnsigned - Class in com.dalsemi.onewire.application.sha
This class implements an account debit application for unsigned SHA Transactions.
SHADebitUnsigned() - Constructor for class com.dalsemi.onewire.application.sha.SHADebitUnsigned
User apps should never call this
SHADebitUnsigned(SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHADebitUnsigned
SHADebitUnsigned constructor.
SHADebitUnsigned(SHAiButtonCopr, int, int) - Constructor for class com.dalsemi.onewire.application.sha.SHADebitUnsigned
SHADebitUnsigned constructor.
SHAFunction(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Performs one of the DS1963S's cryptographic functions.
SHAFunction(byte, int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Performs one of the DS1963S's cryptographic functions.
SHAiButtonCopr - Class in com.dalsemi.onewire.application.sha
Class for holding instances of SHA iButton Coprocessors involved in SHA Transactions.
SHAiButtonCopr() - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCopr
No default construct for user apps.
SHAiButtonCopr(OneWireContainer18, String, boolean, int, int, int, int, int, byte, byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Sets up this coprocessor object based on the provided parameters and saves all of these parameters as the contents of the file coprFilename stored on owc.
SHAiButtonCopr(OneWireContainer18, String) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Sets up this coprocessor object based on the contents of the file coprFilename stored on owc.
SHAiButtonCoprVM - Class in com.dalsemi.onewire.application.sha
Class for simulating an instance of a SHA iButton Coprocessor involved in SHA Transactions.
SHAiButtonCoprVM(byte[], int, int, int, int, int, byte, byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Sets up this simulated coprocessor based on the provided parameters.
SHAiButtonCoprVM(String) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads a simulated DS1963S coprocessor device from disk.
SHAiButtonCoprVM(String, byte[], byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads a simulated DS1963S coprocessor device from disk.
SHAiButtonCoprVM(OneWireContainer, String) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads a simulated DS1963S coprocessor device from any 1-Wire memory device supported by the 1-Wire File I/O API.
SHAiButtonCoprVM(OneWireContainer, String, byte[], byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Loads a simulated DS1963S coprocessor device from any 1-Wire memory device supported by the 1-Wire File I/O API.
SHAiButtonCoprVM(OneWireContainer18, String, byte[], byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Simulates a specific DS1963S coprocessor device.
SHAiButtonUser - Class in com.dalsemi.onewire.application.sha
The abstract superclass for all users of a SHAiButton transaction system.
SHAiButtonUser() - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser
 
SHAiButtonUser18 - Class in com.dalsemi.onewire.application.sha
Class representing DS1963S (or DS2421), family-code 0x18, SHA iButtons as a user token in SHA Transactions.
SHAiButtonUser18() - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
No default constructor for user apps.
SHAiButtonUser18(SHAiButtonCopr, OneWireContainer18, boolean, byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Initialize a DS1963S as a fresh user iButton for a given SHA service.
SHAiButtonUser18(byte[], byte[], byte[], int, OneWireContainer18, boolean, byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Initialize a DS1963S as a fresh user iButton for a given SHA service.
SHAiButtonUser18(SHAiButtonCopr, OneWireContainer18) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Creates a valid SHAiButtonUser object.
SHAiButtonUser18(byte[], byte[], int, OneWireContainer18) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Creates a valid SHAiButtonUser object.
SHAiButtonUser18(SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Creates a mostly unitialized SHAiButtonUser object.
SHAiButtonUser33 - Class in com.dalsemi.onewire.application.sha
Class representing DS1961S (or DS2432), family-code 0x33, SHA iButtons as a user token in SHA Transactions.
SHAiButtonUser33() - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
No default constructor for user apps.
SHAiButtonUser33(SHAiButtonCopr, OneWireContainer33, boolean, byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Initialize a DS1961S as a fresh user iButton for a given SHA service.
SHAiButtonUser33(byte[], byte[], int, OneWireContainer33, boolean, byte[]) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Initialize a DS1961S as a fresh user iButton for a given SHA service.
SHAiButtonUser33(SHAiButtonCopr, SHAiButtonCopr, OneWireContainer33) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Creates a valid SHAiButtonUser object.
SHAiButtonUser33(byte[], byte[], int, OneWireContainer33) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Creates a valid SHAiButtonUser object.
SHAiButtonUser33(SHAiButtonCopr, SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Creates a mostly unitialized SHAiButtonUser object.
SHASoftAuth - Class in com.dalsemi.onewire.application.sha
This class implements an software authrization account application for SHA Transactions.
SHASoftAuth() - Constructor for class com.dalsemi.onewire.application.sha.SHASoftAuth
User apps should never call this
SHASoftAuth(SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHASoftAuth
SHADebit constructor.
SHASoftAuth(SHAiButtonCopr, byte[], int) - Constructor for class com.dalsemi.onewire.application.sha.SHASoftAuth
SHADebit constructor.
SHATransaction - Class in com.dalsemi.onewire.application.sha
Abstract super class for all SHA Transactions.
SHATransaction() - Constructor for class com.dalsemi.onewire.application.sha.SHATransaction
User applications should not instantiate this class without an instance of a coprocessor.
SHATransaction(SHAiButtonCopr) - Constructor for class com.dalsemi.onewire.application.sha.SHATransaction
Creates a new SHATransaction, ensuring that reference to the coprocessor is saved and the errors are cleared.
Shelly25 - Interface in io.openems.edge.io.shelly.shelly25
 
Shelly25.ChannelId - Enum in io.openems.edge.io.shelly.shelly25
 
Shelly25Impl - Class in io.openems.edge.io.shelly.shelly25
 
Shelly25Impl() - Constructor for class io.openems.edge.io.shelly.shelly25.Shelly25Impl
 
ShellyApi - Class in io.openems.edge.io.shelly.common
Implements the local Shelly REST Api.
ShellyApi(String) - Constructor for class io.openems.edge.io.shelly.common.ShellyApi
 
ShellyPlug - Interface in io.openems.edge.io.shelly.shellyplug
 
ShellyPlug.ChannelId - Enum in io.openems.edge.io.shelly.shellyplug
 
ShellyPlugImpl - Class in io.openems.edge.io.shelly.shellyplug
 
ShellyPlugImpl() - Constructor for class io.openems.edge.io.shelly.shellyplug.ShellyPlugImpl
 
ShortCircuitFunction - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
shortCircuitHandling(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
ShortDoc - Class in io.openems.edge.common.channel
 
ShortDoc() - Constructor for class io.openems.edge.common.channel.ShortDoc
 
ShortReadChannel - Class in io.openems.edge.common.channel
 
ShortReadChannel(OpenemsComponent, ChannelId, ShortDoc) - Constructor for class io.openems.edge.common.channel.ShortReadChannel
 
ShortReadChannel(OpenemsComponent, ChannelId, ShortDoc, Short) - Constructor for class io.openems.edge.common.channel.ShortReadChannel
 
ShortSlidingValue - Class in io.openems.edge.common.type.slidingvalue
 
ShortSlidingValue() - Constructor for class io.openems.edge.common.type.slidingvalue.ShortSlidingValue
 
ShortWriteChannel - Class in io.openems.edge.common.channel
 
ShortWriteChannel(OpenemsComponent, ChannelId, ShortDoc) - Constructor for class io.openems.edge.common.channel.ShortWriteChannel
 
ShortWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
SiChannelId - Enum in io.openems.edge.sma
 
SIGN_DATA_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
SignedDoublewordElement - Class in io.openems.edge.bridge.modbus.api.element
A SignedDoublewordElement represents a Long value in an AbstractDoubleWordElement.
SignedDoublewordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.SignedDoublewordElement
 
SignedQuadruplewordElement - Class in io.openems.edge.bridge.modbus.api.element
A SignedQuadruplewordElement represents a Long value in an AbstractQuadrupleWordElement.
SignedQuadruplewordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.SignedQuadruplewordElement
 
SignedWordElement - Class in io.openems.edge.bridge.modbus.api.element
An SignedWordElement represents a Short value in an AbstractWordElement.
SignedWordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.SignedWordElement
 
signingChallenge - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
3 byte challenge, used for signing user account data
signPageNumber - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Page used for signing user account data.
SIM_DEBUG - Static variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
SimulatedEvcs - Class in io.openems.edge.simulator.evcs
 
SimulatedEvcs() - Constructor for class io.openems.edge.simulator.evcs.SimulatedEvcs
 
SimulatedEvcs.ChannelId - Enum in io.openems.edge.simulator.evcs
 
SIMULATOR_ID - Static variable in class io.openems.common.OpenemsConstants
 
SimulatorApp - Class in io.openems.edge.simulator.app
 
SimulatorApp() - Constructor for class io.openems.edge.simulator.app.SimulatorApp
 
SimulatorApp.ChannelId - Enum in io.openems.edge.simulator.app
 
SimulatorDatasource - Interface in io.openems.edge.simulator.datasource.api
 
SimulatorTimedata - Class in io.openems.edge.simulator.timedata
 
SimulatorTimedata() - Constructor for class io.openems.edge.simulator.timedata.SimulatorTimedata
 
SimulatorTimedata.ChannelId - Enum in io.openems.edge.simulator.timedata
 
SinexcelChannelId - Enum in io.openems.edge.ess.sinexcel
 
SingleDatasourceDirect - Class in io.openems.edge.simulator.datasource.single.direct
 
SingleDatasourceDirect() - Constructor for class io.openems.edge.simulator.datasource.single.direct.SingleDatasourceDirect
 
SinglePhase - Enum in io.openems.edge.ess.api
 
SinglePhase - Enum in io.openems.edge.meter.api
 
SinglePhaseEss - Interface in io.openems.edge.ess.api
 
SinglePhaseEss.ChannelId - Enum in io.openems.edge.ess.api
 
SinglePhaseInverter - Class in io.openems.edge.ess.power.api
Represents a Single-Phase Inverter, e.g.
SinglePhaseInverter(String, Phase) - Constructor for class io.openems.edge.ess.power.api.SinglePhaseInverter
 
SinglePhaseMeter - Interface in io.openems.edge.meter.api
 
SinglePhaseMeter.ChannelId - Enum in io.openems.edge.meter.api
 
SingleRack - Class in io.openems.edge.battery.soltaro.cluster.versionb
Helper class that provides channels and channel ids for a multi rack channels and ids are created dynamically depending on system configuration.
SingleRack(int, int, int, ClusterVersionB) - Constructor for class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
SingleRack - Class in io.openems.edge.battery.soltaro.single.versiona
 
SingleRack() - Constructor for class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
SingleRack.ChannelId - Enum in io.openems.edge.battery.soltaro.single.versiona
 
SingleRackVersionB - Interface in io.openems.edge.battery.soltaro.single.versionb
 
SingleRackVersionB.ChannelId - Enum in io.openems.edge.battery.soltaro.single.versionb
 
SingleRackVersionBImpl - Class in io.openems.edge.battery.soltaro.single.versionb
 
SingleRackVersionBImpl() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionBImpl
 
SingleRackVersionC - Interface in io.openems.edge.battery.soltaro.single.versionc
 
SingleRackVersionC.ChannelId - Enum in io.openems.edge.battery.soltaro.single.versionc
 
SingleRackVersionCImpl - Class in io.openems.edge.battery.soltaro.single.versionc
 
SingleRackVersionCImpl() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionCImpl
 
singleThreaded - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
boolean flag to indicate whether or not the host is single or multi-threaded
singleThreaded - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
boolean flag to indicate whether or not the host is single or multi-threaded
size - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Size of memory bank in bytes
skip(long) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class com.dalsemi.onewire.application.file.OWFileInputStream
Skips over and discards n bytes of data from the input stream.
Sleep - Enum in io.openems.edge.battery.soltaro.single.versionc.enums
 
SLEEP_MODE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
STATUS REGISTER FLAG: Enables/disables the DS2760 to enter sleep mode when the DQ line goes low for greater than 2 seconds.
sleepSystem(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
SlidingValue<T> - Class in io.openems.edge.common.type.slidingvalue
Calculates the 'Sliding Value' for a value.
SlidingValue(OpenemsType) - Constructor for class io.openems.edge.common.type.slidingvalue.SlidingValue
 
SLOW_CHARGE_VOLTAGE - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
SmaPvInverter - Class in io.openems.edge.pvinverter.sma
 
SmaPvInverter() - Constructor for class io.openems.edge.pvinverter.sma.SmaPvInverter
 
SMART_ON_AUX_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Smart on aux command.
SMART_ON_MAIN_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Smart on main command.
SocEvcs - Interface in io.openems.edge.evcs.api
 
SocEvcs.ChannelId - Enum in io.openems.edge.evcs.api
 
sock - Variable in class com.dalsemi.onewire.adapter.NetAdapterConstants.Connection
socket to host
SocketConnection - Class in io.openems.edge.kostal.piko.core.impl
 
SocketConnection(String, int, byte) - Constructor for class io.openems.edge.kostal.piko.core.impl.SocketConnection
 
SocomecMeter - Interface in io.openems.edge.meter.socomec
 
SocomecMeter.ChannelId - Enum in io.openems.edge.meter.socomec
 
SocomecMeterSinglephase - Interface in io.openems.edge.meter.socomec.singlephase
 
SocomecMeterSinglephase.ChannelId - Enum in io.openems.edge.meter.socomec.singlephase
 
SocomecMeterSinglephaseImpl - Class in io.openems.edge.meter.socomec.singlephase
 
SocomecMeterSinglephaseImpl() - Constructor for class io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephaseImpl
 
SocomecMeterThreephase - Interface in io.openems.edge.meter.socomec.threephase
 
SocomecMeterThreephase.ChannelId - Enum in io.openems.edge.meter.socomec.threephase
 
SocomecMeterThreephaseImpl - Class in io.openems.edge.meter.socomec.threephase
 
SocomecMeterThreephaseImpl() - Constructor for class io.openems.edge.meter.socomec.threephase.SocomecMeterThreephaseImpl
 
softStart(boolean) - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
Executes a Soft-Start.
SolarEdge - Class in io.openems.edge.solaredge.pvinverter
 
SolarEdge() - Constructor for class io.openems.edge.solaredge.pvinverter.SolarEdge
 
SolarEdgeGridMeter - Class in io.openems.edge.solaredge.gridmeter
 
SolarEdgeGridMeter() - Constructor for class io.openems.edge.solaredge.gridmeter.SolarEdgeGridMeter
 
SolarLog - Class in io.openems.edge.pvinverter.solarlog
 
SolarLog() - Constructor for class io.openems.edge.pvinverter.solarlog.SolarLog
 
SolarLog.ChannelId - Enum in io.openems.edge.pvinverter.solarlog
 
SoltaroBatteryVersionC - Interface in io.openems.edge.battery.soltaro.versionc
 
SoltaroBatteryVersionC.ChannelId - Enum in io.openems.edge.battery.soltaro.versionc
 
SoltaroCluster - Interface in io.openems.edge.battery.soltaro.cluster
 
SoltaroCluster.ChannelId - Enum in io.openems.edge.battery.soltaro.cluster
 
solve() - Method in class io.openems.edge.ess.core.power.Solver
 
Solver - Class in io.openems.edge.ess.core.power
 
Solver(Data) - Constructor for class io.openems.edge.ess.core.power.Solver
 
Solver.TargetDirection - Enum in io.openems.edge.ess.core.power
 
SolverStrategy - Enum in io.openems.edge.ess.power.api
 
Source - Enum in io.openems.edge.simulator.datasource.csv.predefined
 
SOURCE_ACTIVITY_LATCH - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to set the source to the activity latch for conditional searches in the setSearchConditions() method.
SOURCE_FLIP_FLOP - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to set the source to the flip-flop state for conditional searches in the setSearchConditions() method.
SOURCE_PIO - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
Used to set the source to the PIO status for conditional searches in the setSearchConditions() method.
SPECIAL_FEATURE_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Special Feature Register (SFR).
speed - Variable in class com.dalsemi.onewire.container.OneWireContainer
Communication speed requested.
SPEED_FLEX - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, flexible for long lines
SPEED_HYPERDRIVE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, hyperdrive
SPEED_OVERDRIVE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, overdrive
SPEED_REGULAR - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, regular
speedFallBackOK - Variable in class com.dalsemi.onewire.container.OneWireContainer
Flag to indicate that falling back to a slower speed then requested is OK.
SpeedWireConnectionStatusOfNetworkTerminalA - Enum in io.openems.edge.sma.enums
 
StackChargeState - Enum in io.openems.edge.fenecon.dess.ess
 
stackTrace() - Static method in class com.dalsemi.onewire.debug.Debug
Prints out an exception stack trace for debugging purposes.
start() - Method in class io.openems.backend.metadata.odoo.postgres.InitializeEdgesWorker
 
start() - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
start() - Method in class io.openems.backend.metadata.odoo.postgres.QueueWriteWorker
 
start() - Method in class io.openems.common.websocket.AbstractWebsocketClient
Starts the websocket client
start() - Method in class io.openems.common.websocket.AbstractWebsocketServer
Starts the websocket server
start() - Method in interface io.openems.edge.common.startstop.StartStoppable
Starts the device or service represented by this OpenEMS Component.
start - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
 
START_MISSION_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Start Mission With Password
StartBatteryHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StartBatteryHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryHandler
 
StartBatteryInverterHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StartBatteryInverterHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StartBatteryInverterHandler
 
startBlocking() - Method in class io.openems.common.websocket.AbstractWebsocketClient
Starts the websocket client
startBreak() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to 0 volts.
startBreak() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
startBreak() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network voltage to 0 volts.
startBreak() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to 0 volts.
startBreak() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to 0 volts.
StartedHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StartedHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StartedHandler
 
startId - Variable in enum io.openems.edge.bridge.modbus.sunspec.SunSpecModelType
 
startMission() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Starts a new mission.
startNewMission(int, int, boolean, boolean, boolean[]) - Method in interface com.dalsemi.onewire.container.MissionContainer
Begins a new mission on this missioning device.
startNewMission(int, int, boolean, boolean, boolean[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Begins a new mission on this missioning device.
startPhysicalAddress - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Starting physical address in memory bank.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to supply power to a 1-Wire device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network voltage to supply power to a 1-Wire device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.PDKAdapterUSB
Sets the 1-Wire Network voltage to supply power to an iButton device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to supply power to an iButton device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to supply power to an iButton device.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startRunning - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
Flag to indicate thread has begin to run
StartStop - Enum in io.openems.edge.common.startstop
 
StartStopConfig - Enum in io.openems.edge.common.startstop
Every OpenEMS Component that implements StartStoppable is required to have a configuration property "startStop" of this type that overrides the logic of the StartStoppable.setStartStop(StartStop) method:
StartStoppable - Interface in io.openems.edge.common.startstop
Declares an OpenEMS Component as being able to get started and stopped.
StartStoppable.ChannelId - Enum in io.openems.edge.common.startstop
 
startSystem(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
state - Variable in class com.dalsemi.onewire.application.tag.TaggedDevice
A true or false describing the state of the tagged device.
State - Enum in io.openems.edge.battery.bmw.enums
 
State - Enum in io.openems.edge.battery.bydcommercial
 
State - Enum in io.openems.edge.battery.bydcommercial.statemachine
 
State - Enum in io.openems.edge.battery.soltaro.controller
 
State - Enum in io.openems.edge.battery.soltaro
 
State<STATE extends State<STATE>> - Interface in io.openems.edge.common.statemachine
Defines a State of a AbstractStateMachine.
State - Enum in io.openems.edge.controller.channelthreshold
 
State - Enum in io.openems.edge.controller.chp.soc
 
State - Enum in io.openems.edge.controller.ess.acisland
 
State - Enum in io.openems.edge.controller.ess.delaycharge
 
State - Enum in io.openems.edge.controller.ess.limittotaldischarge
 
State - Enum in io.openems.edge.controller.ess.mindischargeperiod
 
State - Enum in io.openems.edge.controller.ess.onefullcycle
 
State - Enum in io.openems.edge.controller.ess.predictivedelaycharge
 
State - Enum in io.openems.edge.controller.io.channelsinglethreshold
 
State.Handler - Class in io.openems.edge.battery.bydcommercial.statemachine
 
StateChannel - Class in io.openems.edge.common.channel
Represents a single state.
StateChannel(OpenemsComponent, ChannelId, AbstractDoc<Boolean>, Level, int, Debounce) - Constructor for class io.openems.edge.common.channel.StateChannel
 
StateChannelDoc - Class in io.openems.edge.common.channel
 
StateChannelDoc(Level) - Constructor for class io.openems.edge.common.channel.StateChannelDoc
 
StateCollectorChannel - Class in io.openems.edge.common.channel.internal
Collects the values of all StateChannels.
StateCollectorChannel(OpenemsComponent, ChannelId, StateCollectorChannelDoc) - Constructor for class io.openems.edge.common.channel.internal.StateCollectorChannel
 
StateCollectorChannelDoc - Class in io.openems.edge.common.channel.internal
 
StateCollectorChannelDoc() - Constructor for class io.openems.edge.common.channel.internal.StateCollectorChannelDoc
 
StateController - Class in io.openems.edge.battery.soltaro.controller.state
 
StateController() - Constructor for class io.openems.edge.battery.soltaro.controller.state.StateController
 
StateHandler<STATE extends State<STATE>,CONTEXT> - Class in io.openems.edge.common.statemachine
Defines a Handler for a State of a AbstractStateMachine.
StateHandler() - Constructor for class io.openems.edge.common.statemachine.StateHandler
 
StateMachine - Class in io.openems.edge.battery.bydcommercial.statemachine
Manages the States of the StateMachine.
StateMachine() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StateMachine(StateMachine.State) - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StateMachine
 
StateMachine - Class in io.openems.edge.ess.mr.gridcon
 
StateMachine(GridconPCS) - Constructor for class io.openems.edge.ess.mr.gridcon.StateMachine
 
StateMachine - Class in io.openems.edge.ess.sinexcel
 
StateMachine(EssSinexcel) - Constructor for class io.openems.edge.ess.sinexcel.StateMachine
 
StateMachine.Context - Class in io.openems.edge.battery.bydcommercial.statemachine
 
StateMachine.State - Enum in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
StateMachine.State - Enum in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
StateMachine.State - Enum in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
StateMachine.State - Enum in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
StateMachine.State - Enum in io.openems.edge.batteryinverter.refu88k.statemachine
 
StateMachine.State - Enum in io.openems.edge.ess.generic.symmetric.statemachine
 
StateMachine.State - Enum in io.openems.edge.ess.mr.gridcon
 
stateOnOff() - Method in class io.openems.edge.ess.sinexcel.EssSinexcel
 
StaticConverters - Class in io.openems.edge.common.converter
 
StaticConverters() - Constructor for class io.openems.edge.common.converter.StaticConverters
 
Status - Enum in io.openems.edge.evcs.api
 
Status - Enum in io.openems.edge.pvinverter.solarlog
 
STATUS_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of status register from read registers
STATUS_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Status in array returned from read state.
STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Address of the status register.
STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Status Register.
StatusBatteryApplicationArea - Enum in io.openems.edge.sma.enums
 
StatusDigitalInput - Enum in io.openems.edge.sma.enums
 
StatusIPUStateMachine - Enum in io.openems.edge.ess.mr.gridcon.enums
 
StatusIPUStatusMCU - Enum in io.openems.edge.ess.mr.gridcon.enums
 
StatusOfUtilityGrid - Enum in io.openems.edge.sma.enums
 
stop() - Method in class io.openems.backend.metadata.odoo.postgres.InitializeEdgesWorker
 
stop() - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
stop() - Method in class io.openems.backend.metadata.odoo.postgres.QueueWriteWorker
 
stop() - Method in class io.openems.common.websocket.AbstractWebsocketClient
Stops the websocket client
stop() - Method in class io.openems.common.websocket.AbstractWebsocketServer
Stops the websocket server
stop() - Method in interface io.openems.edge.common.startstop.StartStoppable
Stops the device or service represented by this OpenEMS Component.
stop(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
STOP_MISSION_PW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Stop Mission With Password
StopBatteryHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StopBatteryHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryHandler
 
StopBatteryInverterHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StopBatteryInverterHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StopBatteryInverterHandler
 
Stopbit - Enum in io.openems.edge.bridge.modbus.api
 
stopHost() - Method in class com.dalsemi.onewire.adapter.NetAdapterHost
Stops all threads and kills the server socket.
stopHost() - Method in class com.dalsemi.onewire.adapter.NetAdapterSim
Stops all threads and kills the server socket.
stopInverter() - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
STOP the inverter by setting the power to zero and entering the STARTED mode!
stopListener() - Method in class com.dalsemi.onewire.adapter.MulticastListener
Waits for datagram listener to finish, with a timeout.
stopMission() - Method in interface com.dalsemi.onewire.container.MissionContainer
Ends the currently running mission.
stopMission() - Method in class com.dalsemi.onewire.container.OneWireContainer41
Stops the currently running mission.
Stopped - Class in io.openems.edge.battery.bydcommercial.statemachine
 
Stopped() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.Stopped
 
StoppedHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StoppedHandler
 
StoppedHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.StoppedHandler
 
StoppedHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.StoppedHandler
 
StoppedHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StoppedHandler
 
StoppedHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.StoppedHandler
 
StoppedHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
StoppedHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.StoppedHandler
 
stopSystem(SingleRackVersionB) - Static method in class io.openems.edge.battery.soltaro.single.versionb.statemachine.ControlAndLogic
 
string16(int, String, String) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
string16Reserved(int) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
stringControlMode(ComponentManager, Config) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
StringDoc - Class in io.openems.edge.common.channel
 
StringDoc() - Constructor for class io.openems.edge.common.channel.StringDoc
 
StringReadChannel - Class in io.openems.edge.common.channel
 
StringReadChannel(OpenemsComponent, ChannelId, StringDoc) - Constructor for class io.openems.edge.common.channel.StringReadChannel
 
StringReadChannel(OpenemsComponent, ChannelId, StringDoc, String) - Constructor for class io.openems.edge.common.channel.StringReadChannel
 
StringUtils - Class in io.openems.common.utils
Provides static helper functions for string manipulation.
StringUtils() - Constructor for class io.openems.common.utils.StringUtils
 
StringWordElement - Class in io.openems.edge.bridge.modbus.api.element
An StringWordElement represents a String value.
StringWordElement(int, int) - Constructor for class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
StringWriteChannel - Class in io.openems.edge.common.channel
 
StringWriteChannel(OpenemsComponent, ChannelId, StringDoc) - Constructor for class io.openems.edge.common.channel.StringWriteChannel
 
StringWriteChannel.MirrorToDebugChannel - Class in io.openems.edge.common.channel
 
strServiceFilename - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
stores string name of user's service file
StrtsctrChannelId - Enum in io.openems.edge.ess.streetscooter
 
subMasterCommunicationAlarmChannelId - Variable in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
 
subscribe() - Static method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
SubscribeChannelsRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request to subscribe to Channels.
SubscribeChannelsRequest(UUID, int) - Constructor for class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
SubscribeChannelsRequest(int) - Constructor for class io.openems.common.jsonrpc.request.SubscribeChannelsRequest
 
SubscribedChannelsWorker - Class in io.openems.backend.uiwebsocket.impl
 
SubscribedChannelsWorker(UiWebsocketImpl, String, WsData) - Constructor for class io.openems.backend.uiwebsocket.impl.SubscribedChannelsWorker
 
SubscribedChannelsWorker - Class in io.openems.common.websocket
 
SubscribedChannelsWorker(WsData) - Constructor for class io.openems.common.websocket.SubscribedChannelsWorker
 
SubscribedChannelsWorker - Class in io.openems.edge.controller.api.websocket
 
SubscribedChannelsWorker(WebsocketApi, WsData) - Constructor for class io.openems.edge.controller.api.websocket.SubscribedChannelsWorker
 
SubscribedEdgesChannelsWorker - Class in io.openems.backend.b2bwebsocket
 
SubscribedEdgesChannelsWorker(B2bWebsocket, WsData) - Constructor for class io.openems.backend.b2bwebsocket.SubscribedEdgesChannelsWorker
 
SubscribeEdgesChannelsRequest - Class in io.openems.backend.b2bwebsocket.jsonrpc.request
Represents a JSON-RPC Request to subscribe to Channels of multiple Edges.
SubscribeEdgesChannelsRequest(UUID, int) - Constructor for class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
SubscribeEdgesChannelsRequest(int) - Constructor for class io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest
 
SubscribeSystemLogRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request to subscribe to system log.
SubscribeSystemLogRequest(boolean) - Constructor for class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
subtract(Integer, Integer) - Static method in class io.openems.edge.common.type.TypeUtils
Safely subtract Integers.
Sum - Interface in io.openems.edge.common.sum
Enables access to sum/average data.
sum(Integer...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely add Integers.
sum(Long...) - Static method in class io.openems.edge.common.type.TypeUtils
Safely add Longs.
sum - Variable in class io.openems.edge.controller.evcs.EvcsController
 
sum - Variable in class io.openems.edge.controller.io.heatingelement.ControllerHeatingElementImpl
 
sum - Variable in class io.openems.edge.evcs.cluster.EvcsClusterPeakShaving
 
sum - Variable in class io.openems.edge.evcs.cluster.EvcsClusterSelfConsumption
 
Sum.ChannelId - Enum in io.openems.edge.common.sum
 
SUM_ID - Static variable in class io.openems.common.OpenemsConstants
 
sumComponent - Variable in class io.openems.edge.core.cycle.CycleImpl
 
SumImpl - Class in io.openems.edge.core.sum
 
SumImpl() - Constructor for class io.openems.edge.core.sum.SumImpl
 
SunnyIsland6Ess - Class in io.openems.edge.sma
 
SunnyIsland6Ess() - Constructor for class io.openems.edge.sma.SunnyIsland6Ess
 
SunSChannelId<T> - Class in io.openems.edge.bridge.modbus.sunspec
 
SunSChannelId(String, AbstractDoc<T>) - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSChannelId
 
SunSpecCodeGenerator - Class in io.openems.edge.bridge.modbus.sunspec
This tool converts SunSpec XML definitions to Java code suitable for the OpenEMS SunSpec implementation.
SunSpecCodeGenerator() - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator
 
SunSpecCodeGenerator.Model - Class in io.openems.edge.bridge.modbus.sunspec
POJO container for a SunSpec Model.
SunSpecCodeGenerator.Point - Class in io.openems.edge.bridge.modbus.sunspec
POJO container for a SunSpec Point.
SunSpecCodeGenerator.Point.Symbol - Class in io.openems.edge.bridge.modbus.sunspec
POJO container for a SunSpec Point Symbol.
SunSpecModel - Interface in io.openems.edge.bridge.modbus.sunspec
Represents a SunSpec Model
SunSpecModelType - Enum in io.openems.edge.bridge.modbus.sunspec
This is taken from the first sheet inside the SunSpec excel file.
SunSpecPoint - Interface in io.openems.edge.bridge.modbus.sunspec
Holds one "Point" or "Register" within a SunSpec "Model" or "Block".
SunSpecPoint.PointCategory - Enum in io.openems.edge.bridge.modbus.sunspec
 
SunSpecPoint.PointImpl - Class in io.openems.edge.bridge.modbus.sunspec
The internal PointImpl object for easier handling in Enums.
SunSpecPoint.PointType - Enum in io.openems.edge.bridge.modbus.sunspec
 
SunSpecPvInverter - Interface in io.openems.edge.pvinverter.sunspec
 
SunSpecPvInverter.ChannelId - Enum in io.openems.edge.pvinverter.sunspec
 
SurplusFeedInController - Class in io.openems.edge.ess.fenecon.commercial40.surplusfeedin
 
SurplusFeedInController() - Constructor for class io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController
 
SurplusFeedInController.ChannelId - Enum in io.openems.edge.ess.fenecon.commercial40.surplusfeedin
 
SurplusFeedToGridController - Interface in io.openems.edge.controller.ess.hybrid.surplusfeedtogrid
 
SurplusFeedToGridController.ChannelId - Enum in io.openems.edge.controller.ess.hybrid.surplusfeedtogrid
 
SurplusFeedToGridControllerImpl - Class in io.openems.edge.controller.ess.hybrid.surplusfeedtogrid
 
SurplusFeedToGridControllerImpl() - Constructor for class io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridControllerImpl
 
Switch - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Switch type of a tagged 1-Wire device.
Switch() - Constructor for class com.dalsemi.onewire.application.tag.Switch
Creates an object for the device.
Switch(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Switch
Creates an object for the device with the supplied address connected to the supplied port adapter.
SWITCH_OFF - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate turn off.
SWITCH_ON - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate turn on.
SWITCH_SMART - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate smart on.
SwitchContainer - Interface in com.dalsemi.onewire.container
Interface class for 1-Wire® switch devices.
switchOff() - Method in class io.openems.edge.controller.io.heatingelement.PhaseDef
Switch the output OFF.
switchOn() - Method in class io.openems.edge.controller.io.heatingelement.PhaseDef
Switch the output ON.
Symbol(String, int) - Constructor for class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
symbols - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
SymmetricBatteryInverter - Interface in io.openems.edge.batteryinverter.api
Represents a Symmetric Battery-Inverter.
SymmetricBatteryInverter.ChannelId - Enum in io.openems.edge.batteryinverter.api
 
SymmetricEss - Interface in io.openems.edge.ess.api
 
SymmetricEss.ChannelId - Enum in io.openems.edge.ess.api
 
SymmetricFixActivePower - Class in io.openems.edge.controller.symmetric.fixactivepower
 
SymmetricFixActivePower() - Constructor for class io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower
 
SymmetricFixActivePower.ChannelId - Enum in io.openems.edge.controller.symmetric.fixactivepower
 
SymmetricFixReactivePower - Class in io.openems.edge.controller.symmetric.fixreactivepower
 
SymmetricFixReactivePower() - Constructor for class io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower
 
SymmetricFixReactivePower.ChannelId - Enum in io.openems.edge.controller.symmetric.fixreactivepower
 
SymmetricLimitActivePower - Class in io.openems.edge.controller.symmetric.limitactivepower
 
SymmetricLimitActivePower() - Constructor for class io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower
 
SymmetricLimitActivePower.ChannelId - Enum in io.openems.edge.controller.symmetric.limitactivepower
 
SymmetricLinearPowerBand - Class in io.openems.edge.controller.symmetric.linearpowerband
 
SymmetricLinearPowerBand() - Constructor for class io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand
 
SymmetricLinearPowerBand.ChannelId - Enum in io.openems.edge.controller.symmetric.linearpowerband
 
SymmetricMeter - Interface in io.openems.edge.meter.api
Represents a Symmetric Meter.
SymmetricMeter.ChannelId - Enum in io.openems.edge.meter.api
 
SymmetricRandomPower - Class in io.openems.edge.controller.symmetric.randompower
 
SymmetricRandomPower() - Constructor for class io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower
 
SymmetricRandomPower.ChannelId - Enum in io.openems.edge.controller.symmetric.randompower
 
sync() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Force all system buffers to synchronize with the underlying device.
sync_flag - Variable in class com.dalsemi.onewire.application.monitor.AbstractDeviceMonitor
object used for synchronization
syncApproval(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
SYSTEM_OFF - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
SYSTEM_ON - Static variable in class io.openems.edge.battery.soltaro.single.versiona.SingleRack
 
SystemLog - Class in io.openems.common.types
Holds a System-Log line.
SystemLog(ZonedDateTime, SystemLog.Level, String, String) - Constructor for class io.openems.common.types.SystemLog
 
SystemLog.Level - Enum in io.openems.common.types
 
SystemLogHandler - Class in io.openems.backend.edgewebsocket.impl
 
SystemLogHandler(EdgeWebsocketImpl) - Constructor for class io.openems.backend.edgewebsocket.impl.SystemLogHandler
 
SystemLogHandler - Class in io.openems.edge.controller.api.websocket
 
SystemLogHandler(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.SystemLogHandler
 
SystemLogNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for sending the current system log.
SystemLogNotification(SystemLog) - Constructor for class io.openems.common.jsonrpc.notification.SystemLogNotification
 
SystemManufacturer - Enum in io.openems.edge.ess.fenecon.commercial40
 
SystemReset - Enum in io.openems.edge.battery.soltaro.single.versionc.enums
 
SystemRunMode - Enum in io.openems.edge.battery.soltaro.single.versionb.enums
 
SystemState - Enum in io.openems.edge.ess.fenecon.commercial40
 
SystemState - Enum in io.openems.edge.fenecon.dess.ess
 
SystemState - Enum in io.openems.edge.fenecon.mini.ess
 
SystemState - Enum in io.openems.edge.fenecon.pro.ess
 
SystemState - Enum in io.openems.edge.sma.enums
 
SystemType - Enum in io.openems.edge.ess.fenecon.commercial40
 
SystemWorkmode - Enum in io.openems.edge.ess.byd.container
 
SystemWorkstate - Enum in io.openems.edge.ess.byd.container
 

T

TAG - Static variable in class io.openems.shared.influxdb.InfluxConstants
 
TaggedActuator - Interface in com.dalsemi.onewire.application.tag
 
TaggedDevice - Class in com.dalsemi.onewire.application.tag
This class provides a default object for a tagged 1-Wire device.
TaggedDevice(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.TaggedDevice
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
TaggedDevice() - Constructor for class com.dalsemi.onewire.application.tag.TaggedDevice
Creates an object for the device.
TaggedSensor - Interface in com.dalsemi.onewire.application.tag
 
TAGParser - Class in com.dalsemi.onewire.application.tag
The tag parser parses tagging information.
TAGParser(DSPortAdapter) - Constructor for class com.dalsemi.onewire.application.tag.TAGParser
Construct the tag parser.
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Removes any selectivity during a search for iButtons or 1-Wire devices by family type.
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.NetAdapter
Removes any selectivity during a search for iButtons or 1-Wire devices by family type.
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Removes any selectivity during a search for iButtons or 1-Wire devices by family type.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an integer to selectively search for this desired family type.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an array of bytes to use for selectively searching for acceptable family codes.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DumbAdapter
This method does nothing in DumbAdapter.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Takes an integer to selectively search for this desired family type.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.NetAdapter
Takes an array of bytes to use for selectively searching for acceptable family codes.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an integer to selectively search for this desired family type.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an array of bytes to use for selectively searching for acceptable family codes.
Task - Interface in io.openems.edge.bridge.modbus.api.task
 
TasksManager<T extends ManagedTask> - Class in io.openems.edge.common.taskmanager
Manages a number of ManagedTasks with different priorities.
TasksManager(T...) - Constructor for class io.openems.edge.common.taskmanager.TasksManager
 
TB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not a temperature conversion is in progress using getFlag().
TCR_BIT_ENABLE_TEMPERATURE_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Temperature Control Register Bit: Enable Data Low Alarm
TCR_BIT_ENABLE_TEMPERATURE_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Temperature Control Register Bit: Enable Data Low Alarm
TEMP_CORE_BUSY_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true if a temperature conversion of any kind is in progress.
TEMP_HIGH_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if the temperature has reached the high temperature threshold.
TEMP_LOW_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if the temperature has reached the low temperature threshold.
TEMPERATURE_ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
 
TEMPERATURE_ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
TEMPERATURE_CHANNEL - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Refers to the Temperature Channel for this device
TEMPERATURE_CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of Temperature Control Register
TEMPERATURE_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
High temperature alarm value for the methods getAlarmStatus(), getAlarmHistory(), and setTemperatureAlarm().
TEMPERATURE_HIGH_ALARM_THRESHOLD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Temperature High Alarm Register
TEMPERATURE_HIGH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when the temperature during a mission reaches or exceeds the temperature high threshold.
TEMPERATURE_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Low temperature alarm value for the methods getAlarmStatus(), getAlarmHistory(), and setTemperatureAlarm().
TEMPERATURE_LOW_ALARM_THRESHOLD - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
Address of the Temperature Low Alarm Register
TEMPERATURE_LOW_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a temperature equal to or below the low temperature threshold was detected on a mission.
TEMPERATURE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
 
TEMPERATURE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
TEMPERATURE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
TemperatureContainer - Interface in com.dalsemi.onewire.container
1-Wire temperature interface class for basic temperature measuring operations.
TeslaPowerwall2Battery - Class in io.openems.edge.tesla.powerwall2.battery
 
TeslaPowerwall2Battery() - Constructor for class io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery
 
TeslaPowerwall2Battery.ChannelId - Enum in io.openems.edge.tesla.powerwall2.battery
 
TeslaPowerwall2Core - Interface in io.openems.edge.tesla.powerwall2.core
 
TeslaPowerwall2Core.CoreChannelId - Enum in io.openems.edge.tesla.powerwall2.core
 
TeslaPowerwall2CoreImpl - Class in io.openems.edge.tesla.powerwall2.core
 
TeslaPowerwall2CoreImpl() - Constructor for class io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2CoreImpl
 
TestCase() - Constructor for class io.openems.edge.common.test.AbstractComponentTest.TestCase
 
TestCase(String) - Constructor for class io.openems.edge.common.test.AbstractComponentTest.TestCase
Create a TestCase with a description.
text(String) - Method in interface io.openems.edge.common.channel.Doc
Sets the descriptive text.
text(String) - Method in class io.openems.edge.common.channel.internal.AbstractDoc
 
Thermal - Class in com.dalsemi.onewire.application.tag
This class provides a default object for the Thermal type of a tagged 1-Wire device.
Thermal() - Constructor for class com.dalsemi.onewire.application.tag.Thermal
Creates an object for the device.
Thermal(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.application.tag.Thermal
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Thermometer - Interface in io.openems.edge.thermometer.api
 
Thermometer.ChannelId - Enum in io.openems.edge.thermometer.api
 
ThisChannelId - Enum in io.openems.edge.io.kmtronic
 
ThisChannelId - Enum in io.openems.edge.onewire.thermometer
 
ThreePhaseInverter - Class in io.openems.edge.ess.power.api
Represents a three-phase symmetric inverter.
ThreePhaseInverter(String) - Constructor for class io.openems.edge.ess.power.api.ThreePhaseInverter
 
throwException() - Method in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
Throws the wrapped exception to the calling object.
TIME_FORMAT - Static variable in class io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot
 
TIME_FORMAT - Static variable in class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
TimeControlledGeneratorOperation - Enum in io.openems.edge.sma.enums
 
TimeControlledInverterOperation - Enum in io.openems.edge.sma.enums
 
timeData - Variable in class io.openems.backend.b2bwebsocket.B2bWebsocket
 
timeData - Variable in class io.openems.backend.core.jsonrpcrequesthandler.JsonRpcRequestHandlerImpl
 
timedata - Variable in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
Timedata - Interface in io.openems.backend.timedata.api
 
timeData - Variable in class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
timedata - Variable in class io.openems.edge.core.sum.SumImpl
 
Timedata - Interface in io.openems.edge.timedata.api
 
Timedata.ChannelId - Enum in io.openems.edge.timedata.api
 
TimedataDummy - Class in io.openems.backend.timedata.dummy
 
TimedataDummy() - Constructor for class io.openems.backend.timedata.dummy.TimedataDummy
 
TimedataProvider - Interface in io.openems.edge.timedata.api
 
timeForSystemInitialization - Variable in class io.openems.edge.ess.sinexcel.EssSinexcel
 
timeleap(TimeLeapClock, long, TemporalUnit) - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
 
TimeLeapClock - Class in io.openems.edge.common.test
 
TimeLeapClock(Instant, ZoneId) - Constructor for class io.openems.edge.common.test.TimeLeapClock
 
TimeLeapClock(ZoneId) - Constructor for class io.openems.edge.common.test.TimeLeapClock
 
TimeLeapClock() - Constructor for class io.openems.edge.common.test.TimeLeapClock
 
timeleapPerCycle - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
 
timeOfLastCommand - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
 
timeoutInSeconds - Variable in class com.dalsemi.onewire.adapter.NetAdapterHost
timeout for socket receive, in seconds
timeoutInSeconds - Variable in class com.dalsemi.onewire.adapter.NetAdapterSim
timeout for socket receive, in seconds
TIMER_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Clock alarm value for the methods getAlarmStatus() and isClockAlarming().
TIMER_ALARM_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a clock alarm has occurred.
TIMER_ALARM_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if a timer alarm has occurred.
TimeslotPeakshaving - Class in io.openems.edge.controller.timeslotpeakshaving
 
TimeslotPeakshaving() - Constructor for class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
TimeslotPeakshaving(Clock) - Constructor for class io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving
 
TimeslotPeakshaving.ChannelId - Enum in io.openems.edge.controller.timeslotpeakshaving
 
TimestampedDataNotification - Class in io.openems.common.jsonrpc.notification
Represents a JSON-RPC Notification for timestamped data sent from Edge to Backend.
TimestampedDataNotification() - Constructor for class io.openems.common.jsonrpc.notification.TimestampedDataNotification
 
timeWhenErrorsHasBeenAcknowledged - Variable in class io.openems.edge.ess.mr.gridcon.ErrorHandler
 
TMEXAdapter - Class in com.dalsemi.onewire.adapter
The DSPortAdapter class for all TMEX native adapters.
TMEXAdapter() - Constructor for class com.dalsemi.onewire.adapter.TMEXAdapter
Constructs a default adapter
TMEXAdapter(int) - Constructor for class com.dalsemi.onewire.adapter.TMEXAdapter
Constructs with a specified port type
toBitString(InputRegister[]) - Static method in class io.openems.edge.bridge.modbus.api.task.Utils
 
toBitString(byte[]) - Static method in class io.openems.edge.bridge.modbus.api.task.Utils
 
toBooleanArray(BitVector) - Static method in class io.openems.edge.bridge.modbus.api.task.Utils
 
toBooleanArray(byte[]) - Static method in class io.openems.edge.bridge.modbus.api.task.Utils
 
toByteArray(String) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address string (big endian) to a byte array (little endian).
toByteArray(long) - Static method in class com.dalsemi.onewire.utils.Address
Convert an iButton or 1-Wire device address as a long (little endian) into an array of bytes.
toByteArray(long, byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with specified length from a long.
toByteArray(long, byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with 8 bytes from a long.
toByteArray(long) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with 8 bytes from a long.
toByteArray(int, byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with specified length from an int.
toByteArray(int, byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with 4 bytes from an int.
toByteArray(int) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a LSByte byte array with 4 bytes from an int.
toByteArray(String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a hex-encoded string into an array of bytes.
toByteArray(String, byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a hex-encoded string into an array of bytes.
toByteArray(String, byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a hex-encoded string into an array of bytes.
toByteArray(float) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
toByteArray(Object) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
toByteArray(double) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
toByteArray(Object) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
toByteArray(String) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
toByteArray(Object) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
toByteArray(short) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
toByteArray(Object) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
toByteArray(int) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
toByteArray(Object) - Static method in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
toByteBuffer(ByteBuffer, T) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
Converts the current OpenemsType to a 4-byte ByteBuffer.
toByteBuffer(ByteBuffer, T) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
Converts the current OpenemsType to a 8-byte ByteBuffer.
toByteBuffer(ByteBuffer, T) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
Converts the current OpenemsType to a 2-byte ByteBuffer.
toByteBuffer(ByteBuffer, Integer) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
toByteBuffer(ByteBuffer, Float) - Method in class io.openems.edge.bridge.modbus.api.element.FloatDoublewordElement
 
toByteBuffer(ByteBuffer, Long) - Method in class io.openems.edge.bridge.modbus.api.element.SignedDoublewordElement
 
toByteBuffer(ByteBuffer, Long) - Method in class io.openems.edge.bridge.modbus.api.element.SignedQuadruplewordElement
 
toByteBuffer(ByteBuffer, Short) - Method in class io.openems.edge.bridge.modbus.api.element.SignedWordElement
 
toByteBuffer(ByteBuffer, String) - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
toByteBuffer(ByteBuffer, Long) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedDoublewordElement
 
toByteBuffer(ByteBuffer, Long) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedQuadruplewordElement
 
toByteBuffer(ByteBuffer, Integer) - Method in class io.openems.edge.bridge.modbus.api.element.UnsignedWordElement
 
toBytes() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
toCelsius(double) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a temperature reading from Fahrenheit to Celsius.
toChannelAddressStringData(Set<ChannelAddress>) - Static method in class io.openems.shared.influxdb.InfluxConnector
 
toChannelAddressStringEnergy(Set<ChannelAddress>) - Static method in class io.openems.shared.influxdb.InfluxConnector
 
toChannelId(Rack) - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.RackChannel
Creates a new Channel-ID from the enum and returns it.
toChannelIdString(Rack) - Method in enum io.openems.edge.battery.soltaro.cluster.versionc.RackChannel
Creates a Channel-ID String from the enum and returns it.
toContainerVector(Vector<Long>) - Method in class com.dalsemi.onewire.application.monitor.ChainMonitor
A helper method that takes the arrivals Vector from the search method and returns a Vector of OneWireContainers
toFahrenheit(double) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a temperature reading from Celsius to Fahrenheit.
toHexString(byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a byte array into a hex-encoded String, using the provided delimeter.
toHexString(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a byte array into a hex-encoded String, using the provided delimeter.
toHexString(byte[], String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a byte array into a hex-encoded String, using the provided delimeter.
toHexString(byte[], int, int, String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a byte array into a hex-encoded String, using the provided delimeter.
toHexString(byte) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a single byte into a hex-encoded string.
toHexString(char[]) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a char array into a hex-encoded String, using the provided delimeter.
toHexString(char[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a byte array into a hex-encoded String, using the provided delimeter.
toHexString(char[], String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a char array into a hex-encoded String, using the provided delimeter.
toHexString(char[], int, int, String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a char array into a hex-encoded String, using the provided delimeter.
toHexString(char) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a single character into a hex-encoded string.
toHexString(long) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a long into a hex-encoded string (LSByte).
toHexString(int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts an integer into a hex-encoded string (LSByte).
toInt(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs an int from a LSByte byte array of specified length.
toInt(byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs an int from a LSByte byte array of specified length.
toInt(String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a hex-encoded string (LSByte) into an int.
toJson() - Method in class io.openems.common.jsonrpc.request.SetGridConnScheduleRequest.GridConnSchedule
 
toJson() - Method in class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
 
toJson(Collection<EdgeMetadata>) - Static method in class io.openems.common.jsonrpc.shared.EdgeMetadata
Converts a collection of EdgeMetadatas to a JsonArray.
toJson() - Method in class io.openems.common.session.User
 
toJson() - Method in interface io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetail
 
toJson() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailEnum
 
toJson() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailOpenemsType
 
toJson() - Method in class io.openems.common.types.EdgeConfig.Component.Channel.ChannelDetailState
 
toJson() - Method in class io.openems.common.types.EdgeConfig.Component.Channel
Gets the JSON representation of this Channel.
toJson(EdgeConfig.Component.JsonFormat) - Method in class io.openems.common.types.EdgeConfig.Component
Returns the Component configuration as a JSON Object.
toJson() - Method in class io.openems.common.types.EdgeConfig.Factory.Property
Returns the Factory Property as a JSON Object.
toJson() - Method in class io.openems.common.types.EdgeConfig.Factory
Returns the Factory configuration as a JSON Object.
toJson() - Method in class io.openems.common.types.EdgeConfig
Returns the configuration as a JSON Object.
toJson() - Method in class io.openems.common.types.SystemLog
Returns the SystemLog as a JSON Object.
toJson() - Method in class io.openems.edge.core.host.NetworkConfiguration
Return this NetworkConfiguration as a JSON object.
toJson() - Method in class io.openems.edge.core.host.NetworkInterface
Exports this NetworkInterface configuration as JSON.
toJson() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter.Location
 
toJson() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
toJsonObject() - Method in class io.openems.backend.metadata.api.Edge
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.DeprecatedJsonrpcNotification
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.JsonrpcMessage
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.JsonrpcRequest
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponse
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseError
 
toJsonObject() - Method in class io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
 
toJsonObject() - Method in class io.openems.common.jsonrpc.shared.EdgeMetadata
 
toLong(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address to a long (little endian).
toLong(String) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address to a long (little endian).
toLong(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a long from a LSByte byte array of specified length.
toLong(byte[]) - Static method in class com.dalsemi.onewire.utils.Convert
This method constructs a long from a LSByte byte array of specified length.
toLong(String) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a hex-encoded string (LSByte) into a long.
TOPIC_BASE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
 
TOPIC_CONFIG - Static variable in class io.openems.edge.common.event.EdgeEventConstants
Base for CONFIG events.
TOPIC_CONFIG_UPDATE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
UPDATE event Called when the EdgeConfig was updated, e.g.
TOPIC_CONFIG_UPDATE_KEY - Static variable in class io.openems.edge.common.event.EdgeEventConstants
The key of the EdgeConfig object in the event attachments map.
TOPIC_CYCLE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
Base for CYCLE events.
TOPIC_CYCLE_AFTER_CONTROLLERS - Static variable in class io.openems.edge.common.event.EdgeEventConstants
AFTER_CONTROLLERS event allows to execute anything that is required to be executed after the controllers were executed.
TOPIC_CYCLE_AFTER_PROCESS_IMAGE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
AFTER_PROCESS_IMAGE event allows to execute anything that is required to be executed after the current processimage is built - i.e.
TOPIC_CYCLE_AFTER_WRITE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
AFTER_WRITE event allows to execute anything that is required to be executed after the data was actually written to the devices.
TOPIC_CYCLE_BEFORE_CONTROLLERS - Static variable in class io.openems.edge.common.event.EdgeEventConstants
BEFORE_CONTROLLERS event allows to execute anything that is required to be executed before the controllers are executed.
TOPIC_CYCLE_BEFORE_PROCESS_IMAGE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
BEFORE_PROCESS_IMAGE event allows to execute anything that is required to be executed before the current processimage is built - i.e.
TOPIC_CYCLE_BEFORE_WRITE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
BEFORE_WRITE event allows to execute anything that is required to be executed before the data is actually written to the devices.
TOPIC_CYCLE_EXECUTE_WRITE - Static variable in class io.openems.edge.common.event.EdgeEventConstants
EXECUTE_WRITE event triggers to actually write the data to the devices.
toShort() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
toShortString(String, int) - Static method in class io.openems.common.utils.StringUtils
 
toShortString(JsonElement, int) - Static method in class io.openems.common.utils.StringUtils
 
toStream(OutputStream) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Configuration saving method.
toString() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns a string representation of this DSPortAdapter, in the format of " ".
toString() - Method in class com.dalsemi.onewire.application.file.OWFile
Returns the pathname string of this abstract pathname.
toString() - Method in exception com.dalsemi.onewire.application.monitor.DeviceMonitorException
Converts this object to a String.
toString() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Returns a string representing the 1-Wire address of this SHAiButton.
toString() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Returns a string representing the 1-Wire address of this SHAiButton.
toString() - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Returns a string representing this SHAiButton.
toString() - Method in class com.dalsemi.onewire.application.tag.TaggedDevice
 
toString() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets a string representation of this CommandAPDU.
toString() - Method in class com.dalsemi.onewire.container.OneWireContainer
Returns a string representation of the object.
toString() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets a string representation of this ResponseAPDU.
toString(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network address byte array (little endian) to a hex string representation (big endian).
toString(long) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network address long (little endian) to a hex string representation (big endian).
toString(double, int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a double value into a string with the specified number of digits after the decimal place.
toString(float, int) - Static method in class com.dalsemi.onewire.utils.Convert
Converts a float value into a string with the specified number of digits after the decimal place.
toString() - Method in class com.dalsemi.onewire.utils.OWPath
Get a string representation of this 1-Wire path.
toString() - Method in class io.openems.backend.b2bwebsocket.WsData
 
toString() - Method in class io.openems.backend.edgewebsocket.impl.WsData
 
toString() - Method in class io.openems.backend.metadata.api.BackendUser
 
toString() - Method in class io.openems.backend.metadata.api.Edge
 
toString() - Method in class io.openems.backend.metadata.api.UserEdgesInfo
 
toString() - Method in class io.openems.backend.metadata.odoo.odoo.EmptyRequest
 
toString() - Method in class io.openems.backend.metadata.odoo.odoo.FieldValue
 
toString() - Method in class io.openems.backend.metadata.odoo.odoo.jsonrpc.AuthenticateWithUsernameAndPasswordRequest
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.InsertEdgeConfigUpdate
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.InsertOrUpdateDeviceStates
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeConfig
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeProducttype
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeStatesSum
 
toString() - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeVersion
 
toString() - Method in class io.openems.backend.uiwebsocket.impl.WsData
 
toString() - Method in enum io.openems.common.channel.Unit
 
toString() - Method in class io.openems.common.jsonrpc.base.JsonrpcMessage
Returns this JsonrpcMessage as a JSON String
toString() - Method in class io.openems.common.session.User
 
toString() - Method in class io.openems.common.types.ChannelAddress
 
toString() - Method in enum io.openems.common.types.EdgeConfigDiff.ComponentDiff.Change
 
toString() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff.OldNewProperty
 
toString() - Method in class io.openems.common.types.EdgeConfigDiff.ComponentDiff
 
toString() - Method in class io.openems.common.types.EdgeConfigDiff
 
toString() - Method in class io.openems.common.types.SemanticVersion
 
toString() - Method in class io.openems.common.websocket.WsData
Provides a specific toString method.
toString() - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusElement
 
toString() - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
toString() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSChannelId
 
toString() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Model
 
toString() - Method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
toString() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
toString() - Method in class io.openems.edge.common.channel.value.Value
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat32Reserved
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordFloat64Reserved
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordString16Reserved
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16BlockLength
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16Hash
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint16Reserved
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
toString() - Method in class io.openems.edge.common.modbusslave.ModbusRecordUint32Reserved
 
toString() - Method in enum io.openems.edge.common.modbusslave.ModbusType
 
toString() - Method in class io.openems.edge.common.test.AbstractComponentTest.ChannelValue
 
toString() - Method in class io.openems.edge.common.test.TimeLeapClock
 
toString() - Method in class io.openems.edge.common.type.slidingvalue.AbstractNumberSlidingValue
 
toString() - Method in class io.openems.edge.common.type.slidingvalue.LatestSlidingValue
 
toString() - Method in class io.openems.edge.controller.api.backend.WsData
 
toString() - Method in class io.openems.edge.controller.api.websocket.WsData
 
toString() - Method in class io.openems.edge.core.host.NetworkInterface.Inet4AddressWithNetmask
 
toString() - Method in enum io.openems.edge.ess.mr.gridcon.enums.CCUState
 
toString() - Method in class io.openems.edge.ess.power.api.Coefficient
 
toString() - Method in class io.openems.edge.ess.power.api.Constraint
 
toString() - Method in class io.openems.edge.ess.power.api.Inverter
 
toString() - Method in class io.openems.edge.ess.power.api.LinearCoefficient
 
toString() - Method in class io.openems.edge.kostal.piko.core.impl.ReadTask
 
toString() - Method in class io.openems.edge.meter.discovergy.jsonrpc.DiscovergyMeter
 
toUnsignedShort() - Method in class io.openems.edge.controller.api.modbus.MyRegister
 
toUpperUnderscore(String) - Static method in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator
 
triggerNextRun() - Method in class io.openems.common.worker.AbstractWorker
Allows the next execution of the forever() method.
triggerNextRun() - Method in class io.openems.edge.core.componentmanager.OsgiValidateWorker
 
triggerNextRun() - Method in class io.openems.edge.evcs.keba.kecontact.ReadWorker
 
triggerQuery() - Method in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
Triggers an immediate execution of query reports.
triggerSia(boolean) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
triggerUpdateEdgeStatesSum(MyEdge) - Method in class io.openems.backend.metadata.odoo.postgres.PeriodicWriteWorker
 
type - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
type - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
type - Variable in class io.openems.edge.wago.FieldbusModuleKanal
 
TypeOfACSubdistribution - Enum in io.openems.edge.sma.enums
 
TypeUtils - Class in io.openems.edge.common.type
Handles implicit conversions between OpenemsTypes
TypeUtils() - Constructor for class io.openems.edge.common.type.TypeUtils
 

U

UDP_PORT - Static variable in class io.openems.edge.evcs.keba.kecontact.KebaKeContact
 
uint16(int, String, short) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
uint16Hash(int, String) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
uint16Reserved(int) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
uint32Reserved(int) - Method in class io.openems.edge.common.modbusslave.ModbusSlaveNatureTable.Builder
 
uiWebsocket - Variable in class io.openems.backend.edgewebsocket.impl.EdgeWebsocketImpl
 
UiWebsocket - Interface in io.openems.backend.uiwebsocket.api
 
UiWebsocketImpl - Class in io.openems.backend.uiwebsocket.impl
 
UiWebsocketImpl() - Constructor for class io.openems.backend.uiwebsocket.impl.UiWebsocketImpl
 
Undefined - Class in io.openems.edge.battery.bydcommercial.statemachine
 
Undefined() - Constructor for class io.openems.edge.battery.bydcommercial.statemachine.Undefined
 
Undefined - Class in io.openems.edge.battery.soltaro.controller.state
 
Undefined(ManagedSymmetricEss, Battery) - Constructor for class io.openems.edge.battery.soltaro.controller.state.Undefined
 
UNDEFINED_VALUE - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordFloat32
 
UNDEFINED_VALUE - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordFloat64
 
UNDEFINED_VALUE - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordString16
 
UNDEFINED_VALUE - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
UNDEFINED_VALUE - Static variable in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
UNDEFINED_VALUE_STRING - Static variable in class io.openems.edge.common.channel.value.Value
 
UndefinedHandler - Class in io.openems.edge.battery.soltaro.cluster.versionc.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.battery.soltaro.cluster.versionc.statemachine.UndefinedHandler
 
UndefinedHandler - Class in io.openems.edge.battery.soltaro.single.versionb.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionb.statemachine.UndefinedHandler
 
UndefinedHandler - Class in io.openems.edge.battery.soltaro.single.versionc.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.battery.soltaro.single.versionc.statemachine.UndefinedHandler
 
UndefinedHandler - Class in io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.UndefinedHandler
 
UndefinedHandler - Class in io.openems.edge.batteryinverter.refu88k.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.batteryinverter.refu88k.statemachine.UndefinedHandler
 
UndefinedHandler - Class in io.openems.edge.ess.generic.symmetric.statemachine
 
UndefinedHandler() - Constructor for class io.openems.edge.ess.generic.symmetric.statemachine.UndefinedHandler
 
UNDERVOLTAGE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true, the battery pack has experienced an undervoltage.
Unit - Enum in io.openems.common.channel
 
unit - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point
 
unit - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointImpl
 
unit(Unit) - Method in class io.openems.edge.common.channel.internal.OpenemsTypeDoc
Unit.
Unit - Enum in io.openems.edge.evcs.ocpp.server
 
UNIT_ID - Static variable in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
 
UNIT_ID - Static variable in class io.openems.edge.ess.streetscooter.AbstractEssStreetscooter
 
UNIT_ID - Static variable in class io.openems.edge.fenecon.dess.FeneconDessConstants
 
UNIT_ID - Static variable in class io.openems.edge.fenecon.mini.FeneconMiniConstants
 
unsetCharger(KostalPikoCharger) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
unsetCharger(KostalPikoCharger) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
unsetCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.charger.KostalPikoCharger
 
unsetCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.ess.KostalPikoEss
 
unsetCore(KostalPikoCore) - Method in class io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter
 
unsetEss(KostalPikoEss) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
unsetEss(KostalPikoEss) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
unsetGridMeter(KostalPikoGridMeter) - Method in interface io.openems.edge.kostal.piko.core.api.KostalPikoCore
 
unsetGridMeter(KostalPikoGridMeter) - Method in class io.openems.edge.kostal.piko.core.impl.KostalPikoCoreImpl
 
unsetModbus(BridgeModbus) - Method in class io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent
Unset the Modbus bridge.
unsetUser() - Method in class io.openems.edge.controller.api.websocket.WsData
 
UnsignedDoublewordElement - Class in io.openems.edge.bridge.modbus.api.element
An UnsignedDoublewordElement represents a Long value in an AbstractDoubleWordElement.
UnsignedDoublewordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.UnsignedDoublewordElement
 
UnsignedQuadruplewordElement - Class in io.openems.edge.bridge.modbus.api.element
An UnsignedQuadruplewordElement represents a Long value in an AbstractQuadrupleWordElement.
UnsignedQuadruplewordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.UnsignedQuadruplewordElement
 
UnsignedWordElement - Class in io.openems.edge.bridge.modbus.api.element
An UnsignedWordElement represents an Integer value in an AbstractWordElement.
UnsignedWordElement(int) - Constructor for class io.openems.edge.bridge.modbus.api.element.UnsignedWordElement
 
UNSPECIFIED_ERROR - Static variable in class com.dalsemi.onewire.adapter.NetAdapter
Error message when neither RET_SUCCESS or RET_FAILURE are returned
unsubscribe() - Static method in class io.openems.common.jsonrpc.request.SubscribeSystemLogRequest
 
update(Dictionary<String, ?>) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
update() - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
update(Integer) - Method in class io.openems.edge.timedata.api.utils.CalculateEnergyFromPower
Calculate the Energy and update the Channel.
UPDATE_INTERVAL_IN_SECONDS - Static variable in class io.openems.backend.b2bwebsocket.SubscribedEdgesChannelsWorker
 
UPDATE_INTERVAL_IN_SECONDS - Static variable in class io.openems.common.websocket.SubscribedChannelsWorker
 
updateChannelsBeforeProcessImage() - Method in class io.openems.edge.common.sum.DummySum
 
updateChannelsBeforeProcessImage() - Method in interface io.openems.edge.common.sum.Sum
Update all Channel-Values of this Sum-Component.
updateChannelsBeforeProcessImage() - Method in class io.openems.edge.core.sum.SumImpl
 
UpdateComponentConfigRequest - Class in io.openems.common.jsonrpc.request
Represents a JSON-RPC Request for 'updateComponentConfig'.
UpdateComponentConfigRequest(String, List<UpdateComponentConfigRequest.Property>) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
UpdateComponentConfigRequest(UUID, String, List<UpdateComponentConfigRequest.Property>) - Constructor for class io.openems.common.jsonrpc.request.UpdateComponentConfigRequest
 
UpdateComponentConfigRequest.Property - Class in io.openems.common.jsonrpc.request
 
updateConfiguration(AtomicBoolean, String, List<UpdateComponentConfigRequest.Property>) - Method in class io.openems.edge.core.componentmanager.DefaultConfigurationWorker
Updates a Component configuration.
updateConfigurationProperty(ConfigurationAdmin, String, String, Object) - Static method in interface io.openems.edge.common.component.OpenemsComponent
Update a configuration property.
updateDeviceStates(MyEdge, Map<ChannelAddress, EdgeConfig.Component.Channel>) - Method in class io.openems.backend.metadata.odoo.postgres.PostgresHandler
Updates the Device States table.
UpdateEdgeConfig - Class in io.openems.backend.metadata.odoo.postgres.task
 
UpdateEdgeConfig(int, EdgeConfig) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeConfig
 
UpdateEdgeProducttype - Class in io.openems.backend.metadata.odoo.postgres.task
 
UpdateEdgeProducttype(int, String) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeProducttype
 
UpdateEdgeStatesSum - Class in io.openems.backend.metadata.odoo.postgres.task
 
UpdateEdgeStatesSum(Set<Integer>) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeStatesSum
 
UpdateEdgeVersion - Class in io.openems.backend.metadata.odoo.postgres.task
 
UpdateEdgeVersion(int, SemanticVersion) - Constructor for class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeVersion
 
updateFrom(NetworkInterface<?>) - Method in class io.openems.edge.core.host.NetworkInterface
Updates the interface from a NetworkInterfaceChange object.
updateIfDifferent(Dictionary<String, ?>) - Method in class io.openems.edge.common.test.DummyConfigurationAdmin.DummyConfiguration
 
updateReferenceFilter(ConfigurationAdmin, String, String, String...) - Static method in interface io.openems.edge.common.component.OpenemsComponent
Sets a target filter for a Declarative Service @Reference member.
usageChannelId - Variable in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
 
useCustomSecret - Variable in class com.dalsemi.onewire.adapter.NetAdapter
if true, the user used a custom secret
User - Class in io.openems.common.session
Represents a User.
User(String, String, Role) - Constructor for class io.openems.common.session.User
 
USER_BAD_ACCOUNT_DATA - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
USER_BALANCE - Static variable in class com.dalsemi.onewire.application.sha.SHADebit
Retrieve the amount for user's current balance
USER_BALANCE - Static variable in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Retrieve the amount for user's current balance
USER_DATA_NOT_UPDATED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
USER_READ_AUTH_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
USER_WRITE_DATA_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHATransaction
 
UserEdgesInfo - Class in io.openems.backend.metadata.api
 
UserEdgesInfo(BackendUser) - Constructor for class io.openems.backend.metadata.api.UserEdgesInfo
 
useResume(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Tells this OneWireContainer18 whether it can use the RESUME command.
USerialAdapter - Class in com.dalsemi.onewire.adapter
The USerialAdapter class implememts the DSPortAdapter interface for a DS2480 based serial adapter such as the DS9097U-009 or DS9097U-S09.
USerialAdapter() - Constructor for class com.dalsemi.onewire.adapter.USerialAdapter
Constructs a DS9097U serial adapter class
UserService - Interface in io.openems.edge.common.user
 
userService - Variable in class io.openems.edge.controller.api.rest.readonly.RestApiReadOnly
 
userService - Variable in class io.openems.edge.controller.api.rest.readwrite.RestApiReadWrite
 
userService - Variable in class io.openems.edge.controller.api.websocket.WebsocketApi
 
UserServiceImpl - Class in io.openems.edge.common.user
This component handles User authentication.
UserServiceImpl() - Constructor for class io.openems.edge.common.user.UserServiceImpl
 
Utils - Class in io.openems.edge.bridge.modbus.api.task
 
Utils() - Constructor for class io.openems.edge.bridge.modbus.api.task.Utils
 
Utils - Class in io.openems.edge.controller.api.common
 
Utils() - Constructor for class io.openems.edge.controller.api.common.Utils
 
Utils - Class in io.openems.edge.controller.api.websocket
 
Utils() - Constructor for class io.openems.edge.controller.api.websocket.Utils
 
Utils - Class in io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic
 
Utils() - Constructor for class io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.Utils
 
Utils.Point - Class in io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic
 
UuidUtils - Class in io.openems.common.utils
 
UuidUtils() - Constructor for class io.openems.common.utils.UuidUtils
 

V

valid() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Tests if this file descriptor object is valid.
VALIDATE_DATA_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
validateOutputs(Map<String, OpenemsComponent>) - Method in class io.openems.edge.common.test.AbstractComponentTest.TestCase
Validates the output values.
validatePassword(String) - Method in class io.openems.edge.common.user.EdgeUser
 
value - Variable in class io.openems.backend.metadata.odoo.odoo.Domain
 
value - Variable in class io.openems.edge.batteryinverter.api.BatteryInverterConstraint
 
value - Variable in class io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
 
value() - Method in interface io.openems.edge.common.channel.Channel
Gets the currently active value, wrapped in a @{link Value}.
value() - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
 
value() - Method in class io.openems.edge.common.channel.internal.StateCollectorChannel
 
Value<T> - Class in io.openems.edge.common.channel.value
It is important to understand, that a Channel Value could be UNDEFINED (i.e.
Value(Channel<T>, T) - Constructor for class io.openems.edge.common.channel.value.Value
 
value - Variable in class io.openems.edge.common.modbusslave.ModbusRecordUint16
 
value - Variable in class io.openems.edge.common.modbusslave.ModbusRecordUint32
 
value - Variable in class io.openems.edge.controller.api.common.WritePojo
 
value - Variable in class io.openems.edge.ess.power.api.LinearCoefficient
 
valueOf(String) - Static method in enum io.openems.backend.metadata.api.Edge.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.backend.metadata.odoo.odoo.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.backend.timedata.influx.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.channel.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.channel.ChannelCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.channel.Debounce
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.channel.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.channel.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.exceptions.OpenemsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.session.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.types.EdgeConfig.Component.JsonFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.types.EdgeConfigDiff.ComponentDiff.Change
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.types.OpenemsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.types.SystemLog.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.common.utils.IntUtils.Round
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.api.Battery.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.BmwBattery.BMWChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.BatteryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.BmsState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.BmsStateCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.ErrorBits1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.ErrorBits2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.InfoBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.WarningBits1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bmw.enums.WarningBits2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.BatteryBoxC130.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.BatteryWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.ClusterRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.PreChargeControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.bydcommercial.statemachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.BatteryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.ChargeIndication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.ClusterStartStop
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.RackUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.RunningState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.SoltaroCluster.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionBChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.ContactorControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.Enums.ClusterRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.RackChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.controller.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.controller.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.enums.EmsBaudrate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.ModuleParameters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.ModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.ResetState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versiona.ClusterRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versiona.ContactorControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versiona.SingleRack.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.AutoSetFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ClusterRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactExport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.FanStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.PreContactorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ShortCircuitFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.SystemRunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.AutoSetFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.ClusterRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.PreChargeControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.Sleep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.SystemReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.versionc.SoltaroBatteryVersionC.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.api.SymmetricBatteryInverter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201CurrentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ErrPcu
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201RequestedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPcu
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPu
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StVnd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201VarParamEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201WParamEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202.S64202EnLimit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203.S64203EmsErrCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204.S64204OffsetEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.MyChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.Conn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.DerTyp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.Conn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.DerTyp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.Event1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.LocRemCtl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.OperatingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.OutPFSetEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.PCSSetOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.VArPctEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.VendorOperatingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.WMaxLimEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.Event1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.LocRemCtl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.OperatingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.OutPFSetEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.PCSSetOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88k.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88kChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.VArPctEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.VendorOperatingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.batteryinverter.refu88k.WMaxLimEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.mbus.api.BridgeMbus.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.mbus.api.ChannelRecord.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.BitConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.BridgeModbus.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.element.WordOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.LogVerbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.api.Stopbit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.BridgeModbusSerialImpl.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.BridgeModbusTcpImpl.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120_DERTyp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ClcTotVA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ConnPh
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_VArAct
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_ECPConn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_PVConn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_RtSt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StActCtl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StorConn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StSetLimMsk
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_Conn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_OutPFSet_Ena
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Ena
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Mod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_WMaxLim_Ena
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaGriSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaSt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_StorCtl_Mod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_ModEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_SigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_HysEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_ModEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ArGraMod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ModEna
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S145
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S15
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S18
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201_Evt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202_Evt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203_Evt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204_Evt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Ctl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Evt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_St
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S302
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S303
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S304
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S305
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S306
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S307
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S308
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64001
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64101
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Alarm_email_en
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Log_mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_NTP_enable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_SMTP_enable_SSL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111_ChargerSt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_auto_restart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_control
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_polarity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_state
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_grid_tie
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_MPPT_mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_max
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_width
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_temp_comp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S801
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ChaSt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Evt1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_LocRemCtl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ReqInvState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetInvState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Typ
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.bridge.onewire.BridgeOnewire.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.component.ComponentManager.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.component.OpenemsComponent.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.cycle.Cycle.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.meta.Meta.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.modbusslave.ModbusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.startstop.StartStop
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.startstop.StartStopConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.startstop.StartStoppable.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.sum.GridMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.sum.Sum.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.common.taskmanager.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.api.backend.BackendApi.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.api.Controller.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.api.modbus.AbstractModbusTcpApi.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.api.rest.AbstractRestApi.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.api.websocket.WebsocketApi.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.balancingcosphi.CosPhiDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.peakshaving.PeakShaving.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.channelthreshold.ChannelThreshold.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.channelthreshold.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.chp.soc.ControllerChpSoc.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.chp.soc.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.chp.soc.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.debug.detailedlog.DebugDetailedLog.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.debuglog.DebugLog.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.acisland.AcIsland.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.acisland.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.delaycharge.DelayChargeController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.delaycharge.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.limittotaldischarge.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.mindischargeperiod.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.onefullcycle.CycleOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.onefullcycle.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.ess.predictivedelaycharge.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.evcs.ChargeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.evcs.EvcsController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.evcs.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.generic.jsonlogic.JsonLogicController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.highloadtimeslot.WeekdayFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.alarm.IoAlarm.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.heatingelement.ControllerHeatingElement.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.heatingelement.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.heatingelement.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.heatingelement.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.io.heatingelement.WorkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.balancing.Balancing.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.peakshaving.PeakShaving.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimit.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.timeslotpeakshaving.ChargeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.core.host.Host.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.AsymmetricEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.HybridEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.ManagedAsymmetricEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.ManagedSinglePhaseEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.ManagedSymmetricEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.SinglePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.SinglePhaseEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.api.SymmetricEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.BatteryStringWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.EssFeneconBydContainer.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.SetSystemWorkstate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.SystemWorkmode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.SystemWorkstate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.cluster.EssCluster.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.core.power.PowerComponent.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.core.power.Solver.TargetDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.dccharger.api.EssDcCharger.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.BatteryMaintenanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.BatteryStringSwitchState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.ControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.InverterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.SetWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemManufacturer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.CurrentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.RequestedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.CCUState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId0
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorDoc.Acknowledge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorDoc.ReactionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.GridConChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.InverterCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStateMachine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStatusMCU
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.ErrorHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.GoingOffgridHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.OngridHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.StateMachine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl.Inverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.EssType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.PowerException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.Pwr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.power.api.SolverStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.refu.BatteryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.refu.BatteryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.refu.DcdcStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.refu.RefuEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.refu.SetOperationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.sinexcel.CurrentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.sinexcel.FalseTrue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.sinexcel.InverterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.sinexcel.SinexcelChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.streetscooter.InverterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.ess.streetscooter.StrtsctrChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.ChargingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.Evcs.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.ManagedEvcs.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.MeasuringEvcs.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.SocEvcs.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.api.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.keba.kecontact.KebaChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.keba.kecontact.Plug
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.keba.kecontact.Report
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.ocpp.common.OcppInformations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.ocpp.common.OcppProfileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.evcs.ocpp.server.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.ess.BsmuWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.ess.FeneconDessEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.ess.StackChargeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.ess.SystemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.BatteryGroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.ControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.FeneconMiniEss.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.PcsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.SetupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.SetWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.ess.SystemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.BatteryGroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.ControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.PcsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.PcsOperationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.ProChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.SetupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.SetWorkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.SystemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.ess.WorkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.charger.PvChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.AppModeIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.BatteryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.EssChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.GridMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.LoadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.MeterCommunicateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.MeterConnectCheckFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.MeterConnectStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.OperationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.OutputTypeAC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.PowerModeEms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.SafetyCountry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.ess.WorkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.goodwe.et.gridmeter.GridMeterChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.api.DigitalInput.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.api.DigitalOutput.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.kmtronic.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.revpi.RevPiDioChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.shelly.shelly25.Shelly25.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.shelly.shellyplug.ShellyPlug.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.io.test.DummyInputOutput.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.charger.KostalPikoCharger.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.core.api.BatteryCurrentDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.core.api.KostalPikoCore.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.core.impl.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.ess.KostalPikoEss.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.abb.b32.MeterAbbB23Mbus.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.api.AsymmetricMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.api.MeterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.api.SinglePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.api.SinglePhaseMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.api.SymmetricMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.artemes.am2.MeterArtemesAM2.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.bcontrol.em300.MeterBControlEM300.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.discovergy.jsonrpc.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.discovergy.MeterDiscovergy.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephase.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.socomec.SocomecMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.socomec.threephase.SocomecMeterThreephase.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.sunspec.MeterChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.weidmueller.RotationField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.meter.weidmueller.WeidmuellerChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.onewire.thermometer.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.predictor.persistencemodel.PredictorChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.cluster.PvInverterCluster.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.solarlog.PLimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.solarlog.SolarLog.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.solarlog.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.pvinverter.sunspec.SunSpecPvInverter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.scheduler.allalphabetically.AllAlphabetically.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.scheduler.api.Scheduler.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.scheduler.daily.DailyScheduler.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.scheduler.fixedorder.FixedOrder.ThisChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.app.SimulatorApp.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.CsvFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.datasource.csv.predefined.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.evcs.SimulatedEvcs.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.meter.grid.acting.GridMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.meter.grid.reacting.GridMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.meter.nrc.acting.NrcMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.meter.production.acting.ProductionMeter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.modbus.ModbusSimulator.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.pvinverter.PvInverter.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.simulator.timedata.SimulatorTimedata.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.AbsorptionPhaseActive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.AcknowledgeGeneratorErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ActiveBatteryChargingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.AutomaticFrequencySynchronization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.AutomaticGeneratorStart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.BatteryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.BMSOperatingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiEndPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiStartingPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ControlOfBatteryChargingViaCommunicationAvailable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.DataTransferRateOfNetworkTerminalA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.DuplexModeOfNetworkTerminalA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.GeneratorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.GridCreatingGenerator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.GridRequestViaChargeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.GridRequestViPowerSwitchOn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ManualControlOfNetworkConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ManualEqualizationCharge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ManualGeneratorStart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.MemoryCardStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.MeterSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.MultifunctionRelayStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.OperatingModeForActivePowerLimitation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.OperatingModeOfActivePowerLimitationAtOverFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.PowerFeedbackToPublicGridAllowed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.PowerSupplyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.PvMainsConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.ReasonForGeneratorRequest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheControlledInverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheTimeControlledGeneratorOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.RiseInSelfConsumptionSwitchedOn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.SetControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.SpeedWireConnectionStatusOfNetworkTerminalA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.StatusBatteryApplicationArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.StatusDigitalInput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.StatusOfUtilityGrid
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.SystemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.TimeControlledGeneratorOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.TimeControlledInverterOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.enums.TypeOfACSubdistribution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.sma.SiChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core.CoreChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.thermometer.api.Thermometer.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.timedata.api.Timedata.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.timedata.influxdb.InfluxTimedata.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.timedata.rrd4j.Rrd4jTimedata.ChannelId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.openems.edge.wago.Wago.ThisChannelId
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.openems.backend.metadata.api.Edge.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeDevice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.backend.metadata.odoo.Field.EdgeDeviceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.backend.metadata.odoo.odoo.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.backend.timedata.influx.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.channel.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.channel.ChannelCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.channel.Debounce
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.channel.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.channel.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.exceptions.OpenemsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.session.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.types.EdgeConfig.Component.JsonFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.types.EdgeConfigDiff.ComponentDiff.Change
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.types.OpenemsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.types.SystemLog.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.common.utils.IntUtils.Round
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.api.Battery.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.BmwBattery.BMWChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.BatteryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.BmsState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.BmsStateCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.ErrorBits1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.ErrorBits2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.InfoBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.WarningBits1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bmw.enums.WarningBits2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.BatteryBoxC130.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.BatteryWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.ClusterRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.PreChargeControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.bydcommercial.statemachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.BatteryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.ChargeIndication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.ClusterStartStop
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.Rack
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.RackUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.enums.RunningState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.SoltaroCluster.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.ClusterVersionBChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.ContactorControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionb.Enums.ClusterRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.RackChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.cluster.versionc.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.controller.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.controller.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.enums.EmsBaudrate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.ModuleParameters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.ModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.ResetState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versiona.ClusterRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versiona.ContactorControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versiona.SingleRack.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.AutoSetFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ClusterRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactExport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ContactorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.FanStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.PreContactorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.ShortCircuitFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.enums.SystemRunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionb.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.AutoSetFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.ClusterRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.PreChargeControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.Sleep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.enums.SystemReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.single.versionc.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.versionc.SoltaroBatteryVersionC.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.battery.soltaro.versionc.utils.CellChannelFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.api.ManagedSymmetricBatteryInverter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.api.SymmetricBatteryInverter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201CurrentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201ErrPcu
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201RequestedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPcu
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StPu
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201StVnd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201VarParamEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201.S64201WParamEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64201
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202.S64202EnLimit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64202
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203.S64203EmsErrCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64203
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204.S64204OffsetEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel.S64204
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoSunSpecModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.MyChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.kaco.blueplanetgridsave.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.Conn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.DerTyp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.Conn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.DerTyp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.Event1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.LocRemCtl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.OperatingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.OutPFSetEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.PCSSetOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.VArPctEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.VendorOperatingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.enums.WMaxLimEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.Event1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.LocRemCtl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.OperatingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.OutPFSetEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.PCSSetOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88k.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.RefuStore88kChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.VArPctEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.VendorOperatingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.batteryinverter.refu88k.WMaxLimEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.mbus.api.BridgeMbus.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.mbus.api.ChannelRecord.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.AbstractOpenemsModbusComponent.BitConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.BridgeModbus.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.element.WordOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.LogVerbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.api.Stopbit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.BridgeModbusSerialImpl.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.BridgeModbusTcpImpl.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S101_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S102_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S103_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S111_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S112_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S113_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S120_DERTyp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ClcTotVA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_ConnPh
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S121_VArAct
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_ECPConn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_PVConn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_RtSt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StActCtl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StorConn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S122_StSetLimMsk
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_Conn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_OutPFSet_Ena
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Ena
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_VArPct_Mod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123_WMaxLim_Ena
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaGriSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_ChaSt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124_StorCtl_Mod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_ModEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S125_SigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_HysEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S127_ModEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ArGraMod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S128_ModEna
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S145
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S15
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S18
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S201_Evt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S202_Evt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S203_Evt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S204_Evt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Ctl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_Evt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S2_St
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S302
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S303
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S304
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S305
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S306
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S307
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S308
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64001
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64101
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Alarm_email_en
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_Log_mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_NTP_enable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64110_SMTP_enable_SSL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64111_ChargerSt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_auto_restart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_control
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_polarity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_AUX_state
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_grid_tie
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_MPPT_mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_max
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_sweep_width
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S64112_CC_Config_temp_comp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S801
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ChaSt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Evt1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_LocRemCtl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_ReqInvState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetInvState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_SetOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802_Typ
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.modbus.sunspec.SunSpecPoint.PointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.bridge.onewire.BridgeOnewire.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.component.ComponentManager.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.component.OpenemsComponent.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.cycle.Cycle.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.meta.Meta.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.modbusslave.ModbusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.startstop.StartStop
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.startstop.StartStopConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.startstop.StartStoppable.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.sum.GridMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.sum.Sum.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.common.taskmanager.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class io.openems.edge.common.type.slidingvalue.AbstractNumberSlidingValue
 
values() - Static method in enum io.openems.edge.controller.api.backend.BackendApi.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.api.Controller.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.api.modbus.AbstractModbusTcpApi.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.api.rest.AbstractRestApi.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.api.websocket.WebsocketApi.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.balancingcosphi.CosPhiDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.fixactivepower.AsymmetricFixActivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.fixreactivepower.AsymmetricFixReactivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.peakshaving.PeakShaving.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.asymmetric.phaserectification.PhaseRectification.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.channelthreshold.ChannelThreshold.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.channelthreshold.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.chp.soc.ControllerChpSoc.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.chp.soc.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.chp.soc.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.debug.detailedlog.DebugDetailedLog.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.debuglog.DebugLog.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.acisland.AcIsland.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.acisland.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.delaycharge.DelayChargeController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.delaycharge.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.limittotaldischarge.LimitTotalDischargeController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.limittotaldischarge.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.mindischargeperiod.MinDischargePeriod.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.mindischargeperiod.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.onefullcycle.CycleOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.onefullcycle.EssOneFullCycle.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.onefullcycle.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.predictivedelaycharge.AbstractPredictiveDelayCharge.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.ess.predictivedelaycharge.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.evcs.ChargeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.evcs.EvcsController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.evcs.fixactivepower.EvcsFixActivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.evcs.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.generic.jsonlogic.JsonLogicController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.highloadtimeslot.WeekdayFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.alarm.IoAlarm.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.ChannelSingleThreshold.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.channelsinglethreshold.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.fixdigitaloutput.FixDigitalOutput.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.heatingelement.ControllerHeatingElement.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.heatingelement.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.heatingelement.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.heatingelement.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.io.heatingelement.WorkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.pvinverter.fixpowerlimit.PvInverterFixPowerLimit.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.selltogridlimit.PvInverterSellToGridLimit.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.balancing.Balancing.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.fixactivepower.SymmetricFixActivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.fixreactivepower.SymmetricFixReactivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.limitactivepower.SymmetricLimitActivePower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.linearpowerband.SymmetricLinearPowerBand.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.peakshaving.PeakShaving.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.randompower.SymmetricRandomPower.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.reactivepowervoltagecharacteristic.ReactivePowerVoltageCharacteristic.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.symmetric.selfconsumption.EssSellToGridLimit.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.timeslotpeakshaving.ChargeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.core.host.Host.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.AsymmetricEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.HybridEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.ManagedAsymmetricEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.ManagedSinglePhaseEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.ManagedSymmetricEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.SinglePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.SinglePhaseEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.api.SymmetricEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.BatteryStringWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.EssFeneconBydContainer.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.SetSystemWorkstate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.SystemWorkmode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.SystemWorkstate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.byd.container.watchdog.BydContainerWatchdog.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.cluster.EssCluster.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.core.power.PowerComponent.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.core.power.Solver.TargetDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.dccharger.api.EssDcCharger.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.BatteryMaintenanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.BatteryStringSwitchState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.BmsDcdcWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.charger.EssDcChargerFeneconCommercial40.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.ControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40Impl.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.InverterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.SetWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.surplusfeedin.SurplusFeedInController.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemManufacturer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.fenecon.commercial40.SystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.generic.symmetric.statemachine.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.CurrentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.EssKacoBlueplanetGridsave50.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.kaco.blueplanet.gridsave50.RequestedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.CCUState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId0
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorCodeChannelId1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorDoc.Acknowledge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.ErrorDoc.ReactionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.GridConChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.InverterCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.PControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStateMachine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.enums.StatusIPUStatusMCU
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.ErrorHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.GoingOffgridHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.OngridHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.StateMachine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl.Inverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.EssType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.PowerException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.Pwr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.Relationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.power.api.SolverStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.refu.BatteryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.refu.BatteryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.refu.DcdcStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.refu.RefuEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.refu.SetOperationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.sinexcel.CurrentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.sinexcel.FalseTrue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.sinexcel.InverterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.sinexcel.SinexcelChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.streetscooter.InverterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.ess.streetscooter.StrtsctrChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.ChargingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.Evcs.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.ManagedEvcs.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.MeasuringEvcs.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.SocEvcs.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.api.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.keba.kecontact.KebaChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.keba.kecontact.Plug
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.keba.kecontact.Report
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.ocpp.common.AbstractOcppEvcsComponent.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.ocpp.common.OcppInformations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.ocpp.common.OcppProfileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.evcs.ocpp.server.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.charger.AbstractFeneconDessCharger.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.ess.BsmuWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.ess.FeneconDessEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.ess.StackChargeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.ess.SystemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.gridmeter.FeneconDessGridMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.dess.pvmeter.FeneconDessPvMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.BatteryGroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.ControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.FeneconMiniEss.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.PcsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.SetupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.SetWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.ess.SystemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.gridmeter.FeneconMiniGridMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.mini.pvmeter.FeneconMiniPvMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.BatteryGroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.ControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.PcsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.PcsOperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.ProChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.SetupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.SetWorkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.SystemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.ess.WorkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.fenecon.pro.pvmeter.FeneconProPvMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.charger.PvChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.AppModeIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.BatteryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.EssChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.GridMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.LoadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.MeterCommunicateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.MeterConnectCheckFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.MeterConnectStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.OperationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.OutputTypeAC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.PowerModeEms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.SafetyCountry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.ess.WorkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.goodwe.et.gridmeter.GridMeterChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.api.DigitalInput.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.api.DigitalOutput.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.kmtronic.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.revpi.RevPiDioChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.shelly.shelly25.Shelly25.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.shelly.shellyplug.ShellyPlug.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.io.test.DummyInputOutput.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.charger.KostalPikoCharger.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.core.api.BatteryCurrentDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.core.api.KostalPikoCore.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.core.impl.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.ess.KostalPikoEss.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.kostal.piko.gridmeter.KostalPikoGridMeter.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.abb.b32.MeterAbbB23Mbus.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.api.AsymmetricMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.api.MeterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.api.SinglePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.api.SinglePhaseMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.api.SymmetricMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.artemes.am2.MeterArtemesAM2.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.bcontrol.em300.MeterBControlEM300.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.carlo.gavazzi.em300.MeterCarloGavazziEm300Impl.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.discovergy.jsonrpc.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.discovergy.MeterDiscovergy.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.janitza.umg604.MeterJanitzaUmg604.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.janitza.umg96rme.MeterJanitzaUmg96rme.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.microcare.sdm630.MeterMicrocareSdm630.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.pqplus.umd97.MeterPqplusUmd97.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.socomec.singlephase.SocomecMeterSinglephase.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.socomec.SocomecMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.socomec.threephase.SocomecMeterThreephase.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.sunspec.MeterChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.weidmueller.RotationField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.meter.weidmueller.WeidmuellerChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.onewire.thermometer.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.predictor.persistencemodel.PredictorChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.cluster.PvInverterCluster.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.solarlog.PLimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.solarlog.SolarLog.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.solarlog.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.pvinverter.sunspec.SunSpecPvInverter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.scheduler.allalphabetically.AllAlphabetically.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.scheduler.api.Scheduler.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.scheduler.daily.DailyScheduler.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.scheduler.fixedorder.FixedOrder.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class io.openems.edge.simulator.app.ExecuteSimulationRequest.Profile
 
values() - Static method in enum io.openems.edge.simulator.app.SimulatorApp.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.CsvFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.datasource.csv.predefined.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.ess.asymmetric.reacting.EssAsymmetric.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.ess.singlephase.reacting.EssSinglePhase.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.ess.symmetric.reacting.EssSymmetric.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.evcs.SimulatedEvcs.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.meter.grid.acting.GridMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.meter.grid.reacting.GridMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.meter.nrc.acting.NrcMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.meter.production.acting.ProductionMeter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.modbus.ModbusSimulator.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.pvinverter.PvInverter.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.simulator.timedata.SimulatorTimedata.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.AbsorptionPhaseActive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.AcknowledgeGeneratorErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ActiveBatteryChargingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.AutomaticFrequencySynchronization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.AutomaticGeneratorStart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.BatteryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.BMSOperatingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiEndPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ConfigurationOfTheCosphiStartingPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ControlOfBatteryChargingViaCommunicationAvailable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.DataTransferRateOfNetworkTerminalA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.DuplexModeOfNetworkTerminalA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.GeneratorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.GridCreatingGenerator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.GridRequestViaChargeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.GridRequestViPowerSwitchOn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ManualControlOfNetworkConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ManualEqualizationCharge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ManualGeneratorStart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.MemoryCardStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.MeterSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.MultifunctionRelayStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.OperatingModeForActivePowerLimitation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.OperatingModeOfActivePowerLimitationAtOverFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.PowerFeedbackToPublicGridAllowed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.PowerSupplyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.PvMainsConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.ReasonForGeneratorRequest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheControlledInverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.RepetitionCycleOfTheTimeControlledGeneratorOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.RiseInSelfConsumptionSwitchedOn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.SetControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.SpeedWireConnectionStatusOfNetworkTerminalA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.StatusBatteryApplicationArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.StatusDigitalInput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.StatusOfUtilityGrid
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.SystemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.TimeControlledGeneratorOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.TimeControlledInverterOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.enums.TypeOfACSubdistribution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.sma.SiChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.tesla.powerwall2.battery.TeslaPowerwall2Battery.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core.CoreChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.thermometer.api.Thermometer.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.timedata.api.Timedata.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.timedata.influxdb.InfluxTimedata.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.timedata.rrd4j.Rrd4jTimedata.ChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.openems.edge.wago.Wago.ThisChannelId
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString() - Method in class io.openems.edge.controller.api.common.WriteObject
 
valueToString() - Method in class io.openems.edge.controller.api.common.WritePojo
 
VArPctEna - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
VArPctEna - Enum in io.openems.edge.batteryinverter.refu88k
 
vDeviceAddress - Variable in class com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Vector of addresses for devices
VendorOperatingState - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
VendorOperatingState - Enum in io.openems.edge.batteryinverter.refu88k
 
VERIFICATION_DATA - Static variable in class com.dalsemi.onewire.application.sha.SHASoftAuth
Update the verification data
VERIFY_PSW_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for Verifing the Password
verifyAuthentication(byte[], byte[], byte[], byte[], byte) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Determines if a SHAiButtonUser belongs to the system defined by this Coprocessor iButton.See the usage example in this class for initializing a Coprocessor iButton.
verifyAuthentication(byte[], byte[], byte[], byte[], byte) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Determines if a SHAiButtonUser belongs to the system defined by this Coprocessor iButton.See the usage example in this class for initializing a Coprocessor iButton.
verifyDeviceMap(int, int, boolean) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Verify the Device Map of a MASTER device is correct.
verifyPassword(byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer37
 
verifySignature(byte[], byte[], byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Verifies a User iButton's signed data on this Coprocessor iButton.
verifySignature(byte[], byte[], byte[]) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonCoprVM
Verifies a User iButton's signed data on this Coprocessor iButton.
verifyTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Verifies user's account data.
verifyTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Verifies user's account data.
verifyTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Verifies user's account data.
verifyTransactionData(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Verifies account data is valid for this service.
verifyUser(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebit
Verifies user's authentication response.
verifyUser(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHADebitUnsigned
Verifies user's authentication response.
verifyUser(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHASoftAuth
Verifies user's authentication response.
verifyUser(SHAiButtonUser) - Method in class com.dalsemi.onewire.application.sha.SHATransaction
Verifies that SHAiButtonUser is a valid user of this service.
version - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Code used to specify encryption type.
VERSION - Static variable in class io.openems.common.OpenemsConstants
The complete version as a SemanticVersion.
VERSION_MAJOR - Static variable in class io.openems.common.OpenemsConstants
The major version of OpenEMS.
VERSION_MINOR - Static variable in class io.openems.common.OpenemsConstants
The minor version of OpenEMS.
VERSION_PATCH - Static variable in class io.openems.common.OpenemsConstants
The patch version of OpenEMS.
VERSION_STRING - Static variable in class io.openems.common.OpenemsConstants
The additional version string
versionUID - Static variable in interface com.dalsemi.onewire.adapter.NetAdapterConstants
version UID, used to detect incompatible host
VirtualAdd - Class in io.openems.edge.meter.virtual.symmetric.add
 
VirtualAdd() - Constructor for class io.openems.edge.meter.virtual.symmetric.add.VirtualAdd
 
VirtualMeter - Interface in io.openems.edge.meter.api
A VirtualMeter is a meter that does not exist physically.
VOLTAGE_ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
 
VOLTAGE_ADDRESS_OFFSET - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
VOLTAGE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.bydcommercial.utils.Constants
 
VOLTAGE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.soltaro.cluster.versionb.SingleRack
 
VOLTAGE_SENSORS_PER_MODULE - Static variable in class io.openems.edge.battery.soltaro.versionc.utils.Constants
 
voltageToInt(double, double) - Static method in class com.dalsemi.onewire.container.OneWireContainer20
Converts a voltage double value to the DS2450 specific int value.

W

Wago - Class in io.openems.edge.wago
 
Wago() - Constructor for class io.openems.edge.wago.Wago
 
Wago.ThisChannelId - Enum in io.openems.edge.wago
 
waitForSuccessfulFinish() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Waits for the DS1963S's output to alternate.
WaitTask - Class in io.openems.edge.bridge.modbus.api.task
 
WaitTask(long) - Constructor for class io.openems.edge.bridge.modbus.api.task.WaitTask
 
WarningBits1 - Enum in io.openems.edge.battery.bmw.enums
 
WarningBits2 - Enum in io.openems.edge.battery.bmw.enums
 
WATCHDOG_CYCLES - Static variable in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
 
WATCHDOG_CYCLES - Static variable in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
 
webconsole_configurationFactory_nameHint() - Method in class io.openems.edge.common.test.AbstractComponentConfig
 
websocket - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
WebsocketApi - Class in io.openems.edge.controller.api.websocket
 
WebsocketApi() - Constructor for class io.openems.edge.controller.api.websocket.WebsocketApi
 
WebsocketApi.ChannelId - Enum in io.openems.edge.controller.api.websocket
 
WebsocketClient - Class in io.openems.edge.controller.api.backend
 
WebsocketClient(BackendApi, String, URI, Map<String, String>, Proxy) - Constructor for class io.openems.edge.controller.api.backend.WebsocketClient
 
WebsocketServer - Class in io.openems.backend.b2bwebsocket
 
WebsocketServer(B2bWebsocket, String, int) - Constructor for class io.openems.backend.b2bwebsocket.WebsocketServer
 
WebsocketServer - Class in io.openems.backend.edgewebsocket.impl
 
WebsocketServer(EdgeWebsocketImpl, String, int) - Constructor for class io.openems.backend.edgewebsocket.impl.WebsocketServer
 
WebsocketServer - Class in io.openems.backend.uiwebsocket.impl
 
WebsocketServer(UiWebsocketImpl, String, int) - Constructor for class io.openems.backend.uiwebsocket.impl.WebsocketServer
 
WebsocketServer - Class in io.openems.edge.controller.api.websocket
 
WebsocketServer(WebsocketApi, String, int) - Constructor for class io.openems.edge.controller.api.websocket.WebsocketServer
 
WebsocketUtils - Class in io.openems.common.websocket
 
WebsocketUtils() - Constructor for class io.openems.common.websocket.WebsocketUtils
 
WeekdayFilter - Enum in io.openems.edge.controller.highloadtimeslot
 
WeidmuellerChannelId - Enum in io.openems.edge.meter.weidmueller
 
weightStringA(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
weightStringB(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
weightStringC(float) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
wiperSettingsAreVolatile(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Queries to see if this 1-Wire Potentiometer device's wiper settings are volatile or non-volatile.
wiperSettingsAreVolatile(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Querys to see if this Potentiometer 1-Wire Device's wiper settings are volatile or non-volatile.
withoutAuthentication(String, boolean, int) - Static method in class io.openems.edge.core.host.ExecuteSystemCommandRequest
Factory without Username + Password.
withZone(ZoneId) - Method in class io.openems.edge.common.test.TimeLeapClock
 
WMaxLimEna - Enum in io.openems.edge.batteryinverter.refu88k.enums
 
WMaxLimEna - Enum in io.openems.edge.batteryinverter.refu88k
 
wordOrder(WordOrder) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
Sets the Word-Order.
wordOrder(WordOrder) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
Sets the Word-Order.
WordOrder - Enum in io.openems.edge.bridge.modbus.api.element
Defines the word order.
worker - Variable in class io.openems.edge.controller.api.backend.BackendApi
 
Worker - Class in io.openems.edge.kostal.piko.core.impl
 
Worker(Protocol, TasksManager<ReadTask>) - Constructor for class io.openems.edge.kostal.piko.core.impl.Worker
 
WorkMode - Enum in io.openems.edge.controller.io.heatingelement
 
WorkMode - Enum in io.openems.edge.fenecon.pro.ess
 
WorkMode - Enum in io.openems.edge.goodwe.et.ess
 
write(int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(byte[]) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(String) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(char) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(char[]) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(char[], int, int) - Method in class com.dalsemi.onewire.adapter.SerialService
 
write(int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Writes the specified byte to this file output stream.
write(byte[], int, int) - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class com.dalsemi.onewire.application.file.OWFileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int, byte[], int, int) - Method in interface com.dalsemi.onewire.container.MemoryBank
Writes memory in this bank.
write(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankNVCRCPW
Write memory in the current bank.
write(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Write memory in the current bank.
write(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Write memory in the current bank.
write(String) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
write(Object) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
write(boolean) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
write(int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
write(Credentials, String, Integer[], FieldValue<?>...) - Static method in class io.openems.backend.metadata.odoo.odoo.OdooUtils
Update a record in Odoo.
write(Credentials, String, Integer[], FieldValue<?>...) - Static method in class io.openems.backend.metadata.odoo.postgres.PgUtils
Update a record in Odoo.
write(String, TreeBasedTable<Long, ChannelAddress, JsonElement>) - Method in interface io.openems.backend.timedata.api.Timedata
Sends the data points to the Timedata service.
write(String, TreeBasedTable<Long, ChannelAddress, JsonElement>) - Method in class io.openems.backend.timedata.dummy.TimedataDummy
 
write(String, TreeBasedTable<Long, ChannelAddress, JsonElement>) - Method in class io.openems.backend.timedata.influx.Influx
 
write(Point) - Method in class io.openems.shared.influxdb.InfluxConnector
Actually write the Point to InfluxDB.
WRITE_CLOCK_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer24
 
WRITE_DATA_PAGE_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
WRITE_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer1C
Writes the value to the Conditional Search registers or Control/Status register
WRITE_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
 
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 writes data to scratchpad command
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer37
1-Wire command for Write Scratchpad
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer41
1-Wire command for Write Scratchpad
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer42
DS28EA00 writes data to scratchpad command
WRITE_SCRATCHPAD_FAILED - Static variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
 
writeAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser
Writes the account data to the SHAiButton.
writeAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser18
Writes the account data to the SHAiButton.
writeAccountData(byte[], int) - Method in class com.dalsemi.onewire.application.sha.SHAiButtonUser33
Writes the account data to the SHAiButton.
writeBitMap() - Method in class com.dalsemi.onewire.application.file.OWFileDescriptor
Write the page bitmap back to the device.
writeByte(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Writes a byte of data into the DS1921's memory.
writeByte(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Writes a register byte to the memory of the DS2760.
writeBytes(String, byte[], int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
Writes a byte[] to the specified output stream.
writeBytes(byte[]) - Static method in class com.dalsemi.onewire.utils.IOHelper
Writes a byte[] to the specified output stream.
writeBytes(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeBytesHex(String, byte[], int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeBytesHex(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeBytesHex(byte[]) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
WriteChannel<T> - Interface in io.openems.edge.common.channel
 
writeCycleCounter - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonUser
local cache of writeCycleCounter for data page
writeDataPage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Writes a data page to the DS1963S.
writeDataPage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Writes a data page to the DS1961S/DS2432.
writeDataPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Writes a data page to the DS1961S/DS2432.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Writes to this OneWireContainer10 state information that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Updates the latch state for the 2 general purpose PIO pins.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Writes the bytes in the provided A/D register pages that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer24
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Writes to this OneWireContainer28 state information that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Writes the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Writes the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer41
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Writes to this OneWireContainer42 state information that have been changed by 'set' methods.
writeDevice(byte[]) - Method in interface com.dalsemi.onewire.container.OneWireSensor
Writes the 1-Wire device sensor state that have been changed by 'set' methods.
writeEdge(MyEdge, FieldValue<?>...) - Method in class io.openems.backend.metadata.odoo.odoo.OdooHandler
Writes one field to Odoo Edge model.
writeEEPROMBlock(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Writes a 16 byte data block to one of the user blocks.
WriteHandler - Class in io.openems.edge.evcs.keba.kecontact
Handles writes.
WriteHandler(KebaKeContact) - Constructor for class io.openems.edge.evcs.keba.kecontact.WriteHandler
 
WriteHandler - Class in io.openems.edge.evcs.ocpp.common
Handles writes.
WriteHandler(AbstractOcppEvcsComponent) - Constructor for class io.openems.edge.evcs.ocpp.common.WriteHandler
 
writeHex(byte) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeHex(long) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLine() - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLine(String) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLine(Object) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLine(boolean) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLine(int) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLineHex(byte) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
writeLineHex(long) - Static method in class com.dalsemi.onewire.utils.IOHelper
 
WriteObject - Class in io.openems.edge.controller.api.common
 
WriteObject() - Constructor for class io.openems.edge.controller.api.common.WriteObject
 
writeOnce - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if memory bank is write once (EPROM)
WRITEONCE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer2D
Page Lock Flag
WRITEONCE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer43
Page Lock Flag
writePage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Writes a page of memory to this device.
writePagePacket(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Write a Universal Data Packet.
writePagePacket(int, byte[], int, int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Writes a Universal Data Packet.
writePassword(int, byte[], byte[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes a new identifier and password to the secure subkey iButton
WritePojo - Class in io.openems.edge.controller.api.common
A Wrapper for writing a POJO (plain old java object) to a WriteChannel.
WritePojo(Object) - Constructor for class io.openems.edge.controller.api.common.WritePojo
 
writeprotect() - Method in class com.dalsemi.onewire.container.MemoryBankSHAEE
Write protect the memory bank.
writeProtectAll() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Write protect pages 0 to 3
writeProtectClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the write protect options for the Real-Time clock/Alarm.
writeProtectCycleCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the write protect options for the Cycle Counter and Alarm register.
writeProtectIntervalTimer(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
Sets the write protect options for Interval Timer and Interval Timer Alarm register.
writeProtectPageZero() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Write protect page zero only.
writeProtectSecret() - Method in class com.dalsemi.onewire.container.OneWireContainer33
Write protects the secret for the DS2432.
writeRegister(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1C
Writes the 1-Wire device register mask that have been changed by 'set' methods.
writeRegister(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer29
Writes the 1-Wire device register mask that have been changed by 'set' methods.
writeRegister(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer3A
Writes the 1-Wire device register mask that have been changed by 'set' methods.
writeRegister(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
This method does nothing for the DS28EA00.
writeScratchpad(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchCRCPW
Write to the scratchpad page of memory a NVRAM device.
writeScratchpad(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
Write to the scratchpad page of memory a NVRAM device.
writeScratchpad(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes the data to the scratchpad from the given address.
writeScratchPad(int, int, byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Writes data to the scratchpad.
writeScratchpad(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Writes to the Scratchpad of the DS18B20.
writeScratchpad(int, int, byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer33
Writes data to the scratchpad.
writeScratchpad(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer42
Writes to the Scratchpad of the DS28EA00.
writeSubkey(int, int, byte[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes new data to the secure subkey
WriteTask - Interface in io.openems.edge.bridge.modbus.api.task
 
writeToChannels(GridconPCS) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CcuControlParameters
 
writeToChannels(GridconPCS) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.CommandControlRegisters
 
writeToChannels(GridconPCS) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.DcdcControl
 
writeToChannels(GridconPCS, IpuInverterControl.Inverter) - Method in class io.openems.edge.ess.mr.gridcon.writeutils.IpuInverterControl
 
writeValue(OpenemsComponent, int, byte, byte) - Method in class io.openems.edge.common.modbusslave.ModbusRecord
 
writeValue(OpenemsComponent, int, byte, byte) - Method in class io.openems.edge.common.modbusslave.ModbusRecordChannel
 
writeValue(OpenemsComponent, int, byte, byte) - Method in class io.openems.edge.common.modbusslave.ModbusRecordConstant
 
writeVerification - Variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
Flag if read back verification is enabled in 'write()'.
ws - Variable in class io.openems.common.websocket.AbstractWebsocketClient
 
wsData - Variable in class io.openems.backend.b2bwebsocket.SubscribedEdgesChannelsWorker
 
WsData - Class in io.openems.backend.b2bwebsocket
 
WsData(B2bWebsocket) - Constructor for class io.openems.backend.b2bwebsocket.WsData
 
WsData - Class in io.openems.backend.edgewebsocket.impl
 
WsData() - Constructor for class io.openems.backend.edgewebsocket.impl.WsData
 
WsData - Class in io.openems.backend.uiwebsocket.impl
 
WsData(UiWebsocketImpl) - Constructor for class io.openems.backend.uiwebsocket.impl.WsData
 
wsData - Variable in class io.openems.common.websocket.SubscribedChannelsWorker
 
WsData - Class in io.openems.common.websocket
Objects of this class are used to store additional data with websocket connections of WebSocketClient and WebSocketServer
WsData() - Constructor for class io.openems.common.websocket.WsData
 
WsData - Class in io.openems.edge.controller.api.backend
 
WsData() - Constructor for class io.openems.edge.controller.api.backend.WsData
 
WsData - Class in io.openems.edge.controller.api.websocket
 
WsData(WebsocketApi) - Constructor for class io.openems.edge.controller.api.websocket.WsData
 
wspcPageNumber - Variable in class com.dalsemi.onewire.application.sha.SHAiButtonCopr
Page used for generating user's validation MAC.

X

XML - Class in com.dalsemi.onewire.application.tag
XML services.
XML() - Constructor for class com.dalsemi.onewire.application.tag.XML
 
XmlUtils - Class in io.openems.common.utils
 
XmlUtils() - Constructor for class io.openems.common.utils.XmlUtils
 

Z

ZERO - Static variable in class io.openems.common.types.SemanticVersion
Creates an instance with all version numbers set to zero.
zeroBlock - Static variable in class com.dalsemi.onewire.container.MemoryBankScratchSHAEE
block of 0x00's used for faster read pre-fill of 1-Wire blocks Comes from OneWireContainer33 that this MemoryBank references.
zeroBlock - Static variable in class com.dalsemi.onewire.container.MemoryBankSHAEE
block of 0x00's used for faster read pre-fill of 1-Wire blocks Comes from OneWireContainer33 that this MemoryBank references.
zeroBlock - Static variable in class com.dalsemi.onewire.container.OneWireContainer33
block of 0xFF's used for faster erase of blocks

_

_channel(String) - Method in class io.openems.edge.common.component.AbstractOpenemsComponent
 
_channel(String) - Method in interface io.openems.edge.common.component.OpenemsComponent
Deprecated.
_channel(String) - Method in class io.openems.edge.common.test.DummyComponentManager
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.DatabaseTask
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.InsertEdgeConfigUpdate
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.InsertOrUpdateDeviceStates
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeConfig
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeProducttype
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeStatesSum
 
_execute(Connection) - Method in class io.openems.backend.metadata.odoo.postgres.task.UpdateEdgeVersion
 
_execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractReadTask
 
_execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.AbstractTask
 
_execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.FC16WriteRegistersTask
 
_execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.FC5WriteCoilTask
 
_execute(AbstractModbusBridge) - Method in class io.openems.edge.bridge.modbus.api.task.FC6WriteRegisterTask
 
_getChannelAs(OpenemsComponent.ChannelId, Class<T>) - Method in interface io.openems.edge.common.component.OpenemsComponent
 
_setActiveChargeEnergy(Long) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_CHARGE_ENERGY Channel.
_setActiveChargeEnergy(long) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_CHARGE_ENERGY Channel.
_setActiveConsumptionEnergy(Long) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_CONSUMPTION_ENERGY Channel.
_setActiveConsumptionEnergy(long) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_CONSUMPTION_ENERGY Channel.
_setActiveConsumptionEnergy(Long) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_CONSUMPTION_ENERGY Channel.
_setActiveConsumptionEnergy(long) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_CONSUMPTION_ENERGY Channel.
_setActiveDischargeEnergy(Long) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_DISCHARGE_ENERGY Channel.
_setActiveDischargeEnergy(long) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_DISCHARGE_ENERGY Channel.
_setActivePower(Integer) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_POWER Channel.
_setActivePower(int) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_POWER Channel.
_setActivePower(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_POWER Channel.
_setActivePower(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.ACTIVE_POWER Channel.
_setActivePower(Integer) - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Internal method to set the 'nextValue' on ShellyPlug.ChannelId.ACTIVE_POWER Channel.
_setActivePower(int) - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Internal method to set the 'nextValue' on ShellyPlug.ChannelId.ACTIVE_POWER Channel.
_setActivePower(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_POWER Channel.
_setActivePower(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_POWER Channel.
_setActivePowerL1(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L1 Channel.
_setActivePowerL1(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L1 Channel.
_setActivePowerL1(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L1 Channel.
_setActivePowerL1(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L1 Channel.
_setActivePowerL2(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L2 Channel.
_setActivePowerL2(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L2 Channel.
_setActivePowerL2(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L2 Channel.
_setActivePowerL2(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L2 Channel.
_setActivePowerL3(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L3 Channel.
_setActivePowerL3(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.ACTIVE_POWER_L3 Channel.
_setActivePowerL3(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L3 Channel.
_setActivePowerL3(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.ACTIVE_POWER_L3 Channel.
_setActivePowerLimit(Integer) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Internal method to set the 'nextValue' on ManagedSymmetricPvInverter.ChannelId.ACTIVE_POWER_LIMIT Channel.
_setActivePowerLimit(int) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Internal method to set the 'nextValue' on ManagedSymmetricPvInverter.ChannelId.ACTIVE_POWER_LIMIT Channel.
_setActiveProductionEnergy(Long) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_PRODUCTION_ENERGY Channel.
_setActiveProductionEnergy(long) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.ACTIVE_PRODUCTION_ENERGY Channel.
_setActiveProductionEnergy(Long) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_PRODUCTION_ENERGY Channel.
_setActiveProductionEnergy(long) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.ACTIVE_PRODUCTION_ENERGY Channel.
_setActualEnergy(Long) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.ACTUAL_ENERGY Channel.
_setActualEnergy(long) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.ACTUAL_ENERGY Channel.
_setActualPower(Integer) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.ACTUAL_POWER Channel.
_setActualPower(int) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.ACTUAL_POWER Channel.
_setAllowedChargePower(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.ALLOWED_CHARGE_POWER Channel.
_setAllowedChargePower(int) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.ALLOWED_CHARGE_POWER Channel.
_setAllowedDischargePower(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.ALLOWED_DISCHARGE_POWER Channel.
_setAllowedDischargePower(int) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.ALLOWED_DISCHARGE_POWER Channel.
_setApplyPowerFailed(boolean) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.APPLY_POWER_FAILED Channel.
_setCapacity(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CAPACITY Channel.
_setCapacity(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CAPACITY Channel.
_setCapacity(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.CAPACITY Channel.
_setCapacity(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.CAPACITY Channel.
_setChargeMaxCurrent(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CHARGE_MAX_CURRENT Channel.
_setChargeMaxCurrent(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CHARGE_MAX_CURRENT Channel.
_setChargeMaxVoltage(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CHARGE_MAX_VOLTAGE Channel.
_setChargeMaxVoltage(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CHARGE_MAX_VOLTAGE Channel.
_setChargePower(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.CHARGE_POWER Channel.
_setChargePower(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.CHARGE_POWER Channel.
_setChargingstationCommunicationFailed(boolean) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.CHARGINGSTATION_COMMUNICATION_FAILED Channel.
_setChargingType(ChargingType) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.CHARGING_TYPE Channel.
_setClusterStartStop(ClusterStartStop) - Method in interface io.openems.edge.battery.soltaro.cluster.SoltaroCluster
Internal method to set the 'nextValue' on SoltaroCluster.ChannelId.CLUSTER_START_STOP Channel.
_setCommunicationFailed(boolean) - Method in class io.openems.edge.onewire.thermometer.OneWireThermometer
Internal method to set the 'nextValue' on ThisChannelId.COMMUNICATION_FAILED Channel.
_setConfigNotActivated(Boolean) - Method in interface io.openems.edge.common.component.ComponentManager
Internal method to set the 'nextValue' on ComponentManager.ChannelId.CONFIG_NOT_ACTIVATED Channel.
_setConsumptionActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_ENERGY Channel.
_setConsumptionActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_ENERGY Channel.
_setConsumptionActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER Channel.
_setConsumptionActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER Channel.
_setConsumptionActivePowerL1(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L1 Channel.
_setConsumptionActivePowerL1(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L1 Channel.
_setConsumptionActivePowerL2(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L2 Channel.
_setConsumptionActivePowerL2(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L2 Channel.
_setConsumptionActivePowerL3(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L3 Channel.
_setConsumptionActivePowerL3(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_ACTIVE_POWER_L3 Channel.
_setConsumptionMaxActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_MAX_ACTIVE_POWER Channel.
_setConsumptionMaxActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.CONSUMPTION_MAX_ACTIVE_POWER Channel.
_setContactorControl(ContactorControl) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
_setCurrent(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CURRENT Channel.
_setCurrent(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.CURRENT Channel.
_setCurrent(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.CURRENT Channel.
_setCurrent(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.CURRENT Channel.
_setCurrentL1(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L1 Channel.
_setCurrentL1(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L1 Channel.
_setCurrentL2(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L2 Channel.
_setCurrentL2(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L2 Channel.
_setCurrentL3(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L3 Channel.
_setCurrentL3(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.CURRENT_L3 Channel.
_setCycleTimeIsTooShort(boolean) - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Internal method to set the 'nextValue' on BridgeModbus.ChannelId.CYCLE_TIME_IS_TOO_SHORT Channel.
_setDcChargeEnergy(Long) - Method in interface io.openems.edge.ess.api.HybridEss
Internal method to set the 'nextValue' on HybridEss.ChannelId.DC_CHARGE_ENERGY Channel.
_setDcChargeEnergy(long) - Method in interface io.openems.edge.ess.api.HybridEss
Internal method to set the 'nextValue' on HybridEss.ChannelId.DC_CHARGE_ENERGY Channel.
_setDcDischargeEnergy(Long) - Method in interface io.openems.edge.ess.api.HybridEss
Internal method to set the 'nextValue' on HybridEss.ChannelId.DC_DISCHARGE_ENERGY Channel.
_setDcDischargeEnergy(long) - Method in interface io.openems.edge.ess.api.HybridEss
Internal method to set the 'nextValue' on HybridEss.ChannelId.DC_DISCHARGE_ENERGY Channel.
_setDcDischargePower(Integer) - Method in interface io.openems.edge.ess.api.HybridEss
Internal method to set the 'nextValue' on HybridEss.ChannelId.DC_DISCHARGE_POWER Channel.
_setDebugSetActivePower(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER Channel.
_setDebugSetActivePower(int) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER Channel.
_setDebugSetActivePowerL1(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L1 Channel.
_setDebugSetActivePowerL1(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L1 Channel.
_setDebugSetActivePowerL2(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L2 Channel.
_setDebugSetActivePowerL2(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L2 Channel.
_setDebugSetActivePowerL3(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L3 Channel.
_setDebugSetActivePowerL3(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_ACTIVE_POWER_L3 Channel.
_setDebugSetReactivePower(Integer) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER Channel.
_setDebugSetReactivePower(int) - Method in interface io.openems.edge.ess.api.ManagedSymmetricEss
Internal method to set the 'nextValue' on ManagedSymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER Channel.
_setDebugSetReactivePowerL1(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L1 Channel.
_setDebugSetReactivePowerL1(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L1 Channel.
_setDebugSetReactivePowerL2(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L2 Channel.
_setDebugSetReactivePowerL2(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L2 Channel.
_setDebugSetReactivePowerL3(Integer) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L3 Channel.
_setDebugSetReactivePowerL3(int) - Method in interface io.openems.edge.ess.api.ManagedAsymmetricEss
Internal method to set the 'nextValue' on ManagedAsymmetricEss.ChannelId.DEBUG_SET_REACTIVE_POWER_L3 Channel.
_setDefaultConfigurationFailed(boolean) - Method in interface io.openems.edge.common.component.ComponentManager
Internal method to set the 'nextValue' on ComponentManager.ChannelId.DEFAULT_CONFIGURATION_FAILED Channel.
_setDischargeMaxCurrent(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.DISCHARGE_MAX_CURRENT Channel.
_setDischargeMaxCurrent(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.DISCHARGE_MAX_CURRENT Channel.
_setDischargeMinVoltage(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.DISCHARGE_MIN_VOLTAGE Channel.
_setDischargeMinVoltage(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.DISCHARGE_MIN_VOLTAGE Channel.
_setDiskIsFull(boolean) - Method in class io.openems.edge.core.host.Host
Internal method to set the 'nextValue' on Host.ChannelId.DISK_IS_FULL Channel.
_setEnergySession(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.ENERGY_SESSION Channel.
_setEnergySession(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.ENERGY_SESSION Channel.
_setEssActiveChargeEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_CHARGE_ENERGY Channel.
_setEssActiveChargeEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_CHARGE_ENERGY Channel.
_setEssActiveDischargeEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_DISCHARGE_ENERGY Channel.
_setEssActiveDischargeEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_DISCHARGE_ENERGY Channel.
_setEssActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER Channel.
_setEssActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER Channel.
_setEssActivePowerL1(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L1 Channel.
_setEssActivePowerL1(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L1 Channel.
_setEssActivePowerL2(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L2 Channel.
_setEssActivePowerL2(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L2 Channel.
_setEssActivePowerL3(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L3 Channel.
_setEssActivePowerL3(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_ACTIVE_POWER_L3 Channel.
_setEssCapacity(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_CAPACITY Channel.
_setEssCapacity(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_CAPACITY Channel.
_setEssDischargePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_DISCHARGE_POWER Channel.
_setEssDischargePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_DISCHARGE_POWER Channel.
_setEssMaxApparentPower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_MAX_APPARENT_POWER Channel.
_setEssMaxApparentPower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_MAX_APPARENT_POWER Channel.
_setEssSoc(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_SOC Channel.
_setEssSoc(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.ESS_SOC Channel.
_setExecutionDuration(long) - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Internal method to set the 'nextValue' on BridgeModbus.ChannelId.EXECUTION_DURATION Channel.
_setFrequency(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.FREQUENCY Channel.
_setFrequency(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.FREQUENCY Channel.
_setGridActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER Channel.
_setGridActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER Channel.
_setGridActivePowerL1(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L1 Channel.
_setGridActivePowerL1(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L1 Channel.
_setGridActivePowerL2(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L2 Channel.
_setGridActivePowerL2(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L2 Channel.
_setGridActivePowerL3(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L3 Channel.
_setGridActivePowerL3(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_ACTIVE_POWER_L3 Channel.
_setGridActivePowerSetPoint(Integer) - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Internal method to set the 'nextValue' on BalancingSchedule.ChannelId.GRID_ACTIVE_POWER_SET_POINT Channel.
_setGridBuyActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_BUY_ACTIVE_ENERGY Channel.
_setGridBuyActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_BUY_ACTIVE_ENERGY Channel.
_setGridMaxActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_MAX_ACTIVE_POWER Channel.
_setGridMaxActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_MAX_ACTIVE_POWER Channel.
_setGridMinActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_MIN_ACTIVE_POWER Channel.
_setGridMinActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_MIN_ACTIVE_POWER Channel.
_setGridMode(GridMode) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.GRID_MODE Channel.
_setGridMode(GridMode) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_MODE Channel.
_setGridMode(GridMode) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.GRID_MODE Channel.
_setGridSellActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_SELL_ACTIVE_ENERGY Channel.
_setGridSellActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.GRID_SELL_ACTIVE_ENERGY Channel.
_setIgnoreDisabledController(boolean) - Method in interface io.openems.edge.common.cycle.Cycle
Internal method to set the 'nextValue' on Cycle.ChannelId.IGNORE_DISABLED_CONTROLLER Channel.
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
 
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractModbusRegisterElement
 
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
 
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
 
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
Sets the individual BooleanChannel-Values from an InputRegister.
_setInputRegisters(InputRegister...) - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
_setIsClustered(boolean) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.IS_CLUSTERED Channel.
_setMaxActivePower(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.MAX_ACTIVE_POWER Channel.
_setMaxActivePower(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.MAX_ACTIVE_POWER Channel.
_setMaxActualPower(Integer) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.MAX_ACTUAL_POWER Channel.
_setMaxActualPower(int) - Method in interface io.openems.edge.ess.dccharger.api.EssDcCharger
Internal method to set the 'nextValue' on EssDcCharger.ChannelId.MAX_ACTUAL_POWER Channel.
_setMaxApparentPower(Integer) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxApparentPower(int) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxApparentPower(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxApparentPower(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxApparentPower(Integer) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Internal method to set the 'nextValue' on ManagedSymmetricPvInverter.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxApparentPower(int) - Method in interface io.openems.edge.pvinverter.api.ManagedSymmetricPvInverter
Internal method to set the 'nextValue' on ManagedSymmetricPvInverter.ChannelId.MAX_APPARENT_POWER Channel.
_setMaxBatteryInverterStartAttemptsFault(boolean) - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
_setMaxBatteryInverterStopAttemptsFault(boolean) - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
_setMaxBatteryStartAttemptsFault(boolean) - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
Internal method to set the 'nextValue' on GenericManagedSymmetricEss.ChannelId.MAX_BATTERY_START_ATTEMPTS_FAULT Channel.
_setMaxBatteryStopAttemptsFault(boolean) - Method in interface io.openems.edge.ess.generic.symmetric.GenericManagedSymmetricEss
Internal method to set the 'nextValue' on GenericManagedSymmetricEss.ChannelId.MAX_BATTERY_STOP_ATTEMPTS_FAULT Channel.
_setMaxCellTemperature(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MAX_CELL_TEMPERATURE Channel.
_setMaxCellTemperature(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MAX_CELL_TEMPERATURE Channel.
_setMaxCellTemperature(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_CELL_TEMPERATURE Channel.
_setMaxCellTemperature(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_CELL_TEMPERATURE Channel.
_setMaxCellVoltage(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MAX_CELL_VOLTAGE Channel.
_setMaxCellVoltage(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MAX_CELL_VOLTAGE Channel.
_setMaxCellVoltage(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_CELL_VOLTAGE Channel.
_setMaxCellVoltage(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MAX_CELL_VOLTAGE Channel.
_setMaximumHardwarePower(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MAXIMUM_HARDWARE_POWER Channel.
_setMaximumHardwarePower(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MAXIMUM_HARDWARE_POWER Channel.
_setMaximumPower(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MAXIMUM_POWER Channel.
_setMaximumPower(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MAXIMUM_POWER Channel.
_setMaxStartAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Internal method to set the 'nextValue' on ClusterVersionC.ChannelId.MAX_START_ATTEMPTS Channel.
_setMaxStartAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
Internal method to set the 'nextValue' on SingleRackVersionB.ChannelId.MAX_START_ATTEMPTS Channel.
_setMaxStartAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Internal method to set the 'nextValue' on SingleRackVersionC.ChannelId.MAX_START_ATTEMPTS Channel.
_setMaxStartAttempts(Boolean) - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Internal method to set the 'nextValue' on KacoBlueplanetGridsave.ChannelId.MAX_START_ATTEMPTS Channel.
_setMaxStartAttempts(Boolean) - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Internal method to set the 'nextValue' on RefuStore88k.ChannelId.MAX_START_ATTEMPTS Channel.
_setMaxStopAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.cluster.versionc.ClusterVersionC
Internal method to set the 'nextValue' on ClusterVersionC.ChannelId.MAX_STOP_ATTEMPTS Channel.
_setMaxStopAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
Internal method to set the 'nextValue' on SingleRackVersionB.ChannelId.MAX_STOP_ATTEMPTS Channel.
_setMaxStopAttempts(Boolean) - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Internal method to set the 'nextValue' on SingleRackVersionC.ChannelId.MAX_STOP_ATTEMPTS Channel.
_setMaxStopAttempts(Boolean) - Method in interface io.openems.edge.batteryinverter.kaco.blueplanetgridsave.KacoBlueplanetGridsave
Internal method to set the 'nextValue' on KacoBlueplanetGridsave.ChannelId.MAX_STOP_ATTEMPTS Channel.
_setMaxStopAttempts(Boolean) - Method in interface io.openems.edge.batteryinverter.refu88k.RefuStore88k
Internal method to set the 'nextValue' on RefuStore88k.ChannelId.MAX_STOP_ATTEMPTS Channel.
_setMeasuredCycleTime(Long) - Method in interface io.openems.edge.common.cycle.Cycle
Internal method to set the 'nextValue' on Cycle.ChannelId.MEASURED_CYCLE_TIME Channel.
_setMeasuredCycleTime(long) - Method in interface io.openems.edge.common.cycle.Cycle
Internal method to set the 'nextValue' on Cycle.ChannelId.MEASURED_CYCLE_TIME Channel.
_setMinActivePower(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.MIN_ACTIVE_POWER Channel.
_setMinActivePower(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.MIN_ACTIVE_POWER Channel.
_setMinCellTemperature(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MIN_CELL_TEMPERATURE Channel.
_setMinCellTemperature(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MIN_CELL_TEMPERATURE Channel.
_setMinCellTemperature(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MIN_CELL_TEMPERATURE Channel.
_setMinCellTemperature(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MIN_CELL_TEMPERATURE Channel.
_setMinCellVoltage(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MIN_CELL_VOLTAGE Channel.
_setMinCellVoltage(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.MIN_CELL_VOLTAGE Channel.
_setMinCellVoltage(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MIN_CELL_VOLTAGE Channel.
_setMinCellVoltage(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.MIN_CELL_VOLTAGE Channel.
_setMinimumHardwarePower(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MINIMUM_HARDWARE_POWER Channel.
_setMinimumHardwarePower(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MINIMUM_HARDWARE_POWER Channel.
_setMinimumPower(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MINIMUM_POWER Channel.
_setMinimumPower(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.MINIMUM_POWER Channel.
_setNextValue(T) - Method in interface io.openems.edge.common.channel.Channel
Deprecated.
_setNextValue(T) - Method in class io.openems.edge.common.channel.internal.AbstractReadChannel
Deprecated.
_setNextValue(Boolean) - Method in class io.openems.edge.common.channel.StateChannel
 
_setNextWriteValue(Optional<T>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractDoubleWordElement
 
_setNextWriteValue(Optional<T>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractQuadrupleWordElement
 
_setNextWriteValue(Optional<T>) - Method in class io.openems.edge.bridge.modbus.api.element.AbstractWordElement
 
_setNextWriteValue(Optional<Integer>) - Method in class io.openems.edge.bridge.modbus.api.element.BitsWordElement
 
_setNextWriteValue(Optional<Boolean>) - Method in class io.openems.edge.bridge.modbus.api.element.CoilElement
 
_setNextWriteValue(Optional<Boolean>) - Method in class io.openems.edge.bridge.modbus.api.element.DummyCoilElement
 
_setNextWriteValue(Optional<Void>) - Method in class io.openems.edge.bridge.modbus.api.element.DummyRegisterElement
Deprecated.
_setNextWriteValue(Optional<T>) - Method in interface io.openems.edge.bridge.modbus.api.element.ModbusElement
Sets a value that should be written to the Modbus device.
_setNextWriteValue(Optional<String>) - Method in class io.openems.edge.bridge.modbus.api.element.StringWordElement
 
_setNextWriteValue(Boolean) - Method in class io.openems.edge.common.channel.BooleanWriteChannel
Deprecated.
_setNextWriteValue(Double) - Method in class io.openems.edge.common.channel.DoubleWriteChannel
Deprecated.
_setNextWriteValue(Integer) - Method in class io.openems.edge.common.channel.EnumWriteChannel
Deprecated.
_setNextWriteValue(Float) - Method in class io.openems.edge.common.channel.FloatWriteChannel
Deprecated.
_setNextWriteValue(Integer) - Method in class io.openems.edge.common.channel.IntegerWriteChannel
Deprecated.
_setNextWriteValue(Long) - Method in class io.openems.edge.common.channel.LongWriteChannel
Deprecated.
_setNextWriteValue(Short) - Method in class io.openems.edge.common.channel.ShortWriteChannel
Deprecated.
_setNextWriteValue(String) - Method in class io.openems.edge.common.channel.StringWriteChannel
Deprecated.
_setNextWriteValue(T) - Method in interface io.openems.edge.common.channel.WriteChannel
Deprecated.
_setNoActiveSetpoint(boolean) - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Internal method to set the 'nextValue' on BalancingSchedule.ChannelId.NO_ACTIVE_SETPOINT Channel.
_setPhases(Integer) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.PHASES Channel.
_setPhases(int) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.PHASES Channel.
_setPreChargeControl(PreChargeControl) - Method in interface io.openems.edge.battery.soltaro.single.versionc.SingleRackVersionC
Internal method to set the 'nextValue' on SingleRackVersionC.ChannelId.PRE_CHARGE_CONTROL Channel.
_setProductionAcActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_ENERGY Channel.
_setProductionAcActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_ENERGY Channel.
_setProductionAcActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER Channel.
_setProductionAcActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER Channel.
_setProductionAcActivePowerL1(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L1 Channel.
_setProductionAcActivePowerL1(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L1 Channel.
_setProductionAcActivePowerL2(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L2 Channel.
_setProductionAcActivePowerL2(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L2 Channel.
_setProductionAcActivePowerL3(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L3 Channel.
_setProductionAcActivePowerL3(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_AC_ACTIVE_POWER_L3 Channel.
_setProductionActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_ACTIVE_ENERGY Channel.
_setProductionActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_ACTIVE_ENERGY Channel.
_setProductionActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_ACTIVE_POWER Channel.
_setProductionActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_ACTIVE_POWER Channel.
_setProductionDcActiveEnergy(Long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_DC_ACTIVE_ENERGY Channel.
_setProductionDcActiveEnergy(long) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_DC_ACTIVE_ENERGY Channel.
_setProductionDcActualPower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_DC_ACTUAL_POWER Channel.
_setProductionDcActualPower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_DC_ACTUAL_POWER Channel.
_setProductionMaxAcActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_AC_ACTIVE_POWER Channel.
_setProductionMaxAcActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_AC_ACTIVE_POWER Channel.
_setProductionMaxActivePower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_ACTIVE_POWER Channel.
_setProductionMaxActivePower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_ACTIVE_POWER Channel.
_setProductionMaxDcActualPower(Integer) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_DC_ACTUAL_POWER Channel.
_setProductionMaxDcActualPower(int) - Method in interface io.openems.edge.common.sum.Sum
Internal method to set the 'nextValue' on Sum.ChannelId.PRODUCTION_MAX_DC_ACTUAL_POWER Channel.
_setQueueIsFull(Boolean) - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
Internal method to set the 'nextValue' on Rrd4jTimedata.ChannelId.QUEUE_IS_FULL Channel.
_setReactivePower(Integer) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.REACTIVE_POWER Channel.
_setReactivePower(int) - Method in interface io.openems.edge.batteryinverter.api.SymmetricBatteryInverter
Internal method to set the 'nextValue' on SymmetricBatteryInverter.ChannelId.REACTIVE_POWER Channel.
_setReactivePower(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.REACTIVE_POWER Channel.
_setReactivePower(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.REACTIVE_POWER Channel.
_setReactivePower(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.REACTIVE_POWER Channel.
_setReactivePower(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.REACTIVE_POWER Channel.
_setReactivePowerL1(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L1 Channel.
_setReactivePowerL1(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L1 Channel.
_setReactivePowerL1(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L1 Channel.
_setReactivePowerL1(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L1 Channel.
_setReactivePowerL2(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L2 Channel.
_setReactivePowerL2(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L2 Channel.
_setReactivePowerL2(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L2 Channel.
_setReactivePowerL2(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L2 Channel.
_setReactivePowerL3(Integer) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L3 Channel.
_setReactivePowerL3(int) - Method in interface io.openems.edge.ess.api.AsymmetricEss
Internal method to set the 'nextValue' on AsymmetricEss.ChannelId.REACTIVE_POWER_L3 Channel.
_setReactivePowerL3(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L3 Channel.
_setReactivePowerL3(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.REACTIVE_POWER_L3 Channel.
_setRelay(boolean) - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Internal method to set the 'nextValue' on ShellyPlug.ChannelId.RELAY Channel.
_setRelay1(boolean) - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Internal method to set the 'nextValue' on Shelly25.ChannelId.RELAY_1 Channel.
_setRelay2(boolean) - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Internal method to set the 'nextValue' on Shelly25.ChannelId.RELAY_2 Channel.
_setRunFailed(boolean) - Method in interface io.openems.edge.controller.api.Controller
Internal method to set the 'nextValue' on Controller.ChannelId.RUN_FAILED Channel.
_setRunFailed(boolean) - Method in interface io.openems.edge.scheduler.api.Scheduler
Internal method to set the 'nextValue' on Scheduler.ChannelId.RUN_FAILED Channel.
_setScheduleParseFailed(boolean) - Method in interface io.openems.edge.controller.symmetric.balancingschedule.BalancingSchedule
Internal method to set the 'nextValue' on BalancingSchedule.ChannelId.SCHEDULE_PARSE_FAILED Channel.
_setSetChargePowerLimit(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_CHARGE_POWER_LIMIT Channel.
_setSetChargePowerLimit(int) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_CHARGE_POWER_LIMIT Channel.
_setSetChargePowerRequest(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_CHARGE_POWER_REQUEST Channel.
_setSetChargePowerRequest(int) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_CHARGE_POWER_REQUEST Channel.
_setSetDisplayText(String) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_DISPLAY_TEXT Channel.
_setSetEnergyLimit(Integer) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_ENERGY_LIMIT Channel.
_setSetEnergyLimit(int) - Method in interface io.openems.edge.evcs.api.ManagedEvcs
Internal method to set the 'nextValue' on ManagedEvcs.ChannelId.SET_ENERGY_LIMIT Channel.
_setSlaveCommunicationFailed(boolean) - Method in interface io.openems.edge.bridge.modbus.api.BridgeModbus
Internal method to set the 'nextValue' on BridgeModbus.ChannelId.SLAVE_COMMUNICATION_FAILED Channel.
_setSlaveCommunicationFailed(boolean) - Method in interface io.openems.edge.io.shelly.shelly25.Shelly25
Internal method to set the 'nextValue' on Shelly25.ChannelId.SLAVE_COMMUNICATION_FAILED Channel.
_setSlaveCommunicationFailed(boolean) - Method in interface io.openems.edge.io.shelly.shellyplug.ShellyPlug
Internal method to set the 'nextValue' on ShellyPlug.ChannelId.SLAVE_COMMUNICATION_FAILED Channel.
_setSlaveCommunicationFailed(boolean) - Method in interface io.openems.edge.tesla.powerwall2.core.TeslaPowerwall2Core
Internal method to set the 'nextValue' on ChannelId#SLAVE_COMMUNICATION_FAILED Channel.
_setSleep(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
_setSoc(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.SOC Channel.
_setSoc(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.SOC Channel.
_setSoc(Integer) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.SOC Channel.
_setSoc(int) - Method in interface io.openems.edge.ess.api.SymmetricEss
Internal method to set the 'nextValue' on SymmetricEss.ChannelId.SOC Channel.
_setSoc(Integer) - Method in interface io.openems.edge.evcs.api.SocEvcs
Internal method to set the 'nextValue' on SocEvcs.ChannelId.SOC Channel.
_setSoc(int) - Method in interface io.openems.edge.evcs.api.SocEvcs
Internal method to set the 'nextValue' on SocEvcs.ChannelId.SOC Channel.
_setSocLowProtection(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
_setSocLowProtectionRecover(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
_setSoh(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.SOH Channel.
_setSoh(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.SOH Channel.
_setStartStop(StartStop) - Method in interface io.openems.edge.common.startstop.StartStoppable
Internal method to set the 'nextValue' on StartStoppable.ChannelId.START_STOP Channel.
_setStatus(Status) - Method in interface io.openems.edge.evcs.api.Evcs
Internal method to set the 'nextValue' on Evcs.ChannelId.STATUS Channel.
_setSurplusFeedToGridIsLimited(boolean) - Method in interface io.openems.edge.controller.ess.hybrid.surplusfeedtogrid.SurplusFeedToGridController
Internal method to set the 'nextValue' on SurplusFeedToGridController.ChannelId.SURPLUS_FEED_TO_GRID_IS_LIMITED Channel.
_setSystemReset(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
_setTemperature(Integer) - Method in interface io.openems.edge.thermometer.api.Thermometer
Internal method to set the 'nextValue' on Thermometer.ChannelId.TEMPERATURE Channel.
_setTemperature(int) - Method in interface io.openems.edge.thermometer.api.Thermometer
Internal method to set the 'nextValue' on Thermometer.ChannelId.TEMPERATURE Channel.
_setUnableToInsertSample(Boolean) - Method in interface io.openems.edge.timedata.rrd4j.Rrd4jTimedata
Internal method to set the 'nextValue' on Rrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE Channel.
_setUnableToSelectPortFault(boolean) - Method in interface io.openems.edge.bridge.onewire.BridgeOnewire
Internal method to set the 'nextValue' on BridgeOnewire.ChannelId.UNABLE_TO_SELECT_PORT_FAULT Channel.
_setUnableToStart(boolean) - Method in class io.openems.edge.controller.api.modbus.AbstractModbusTcpApi
Internal method to set the 'nextValue' on AbstractModbusTcpApi.ChannelId.UNABLE_TO_START Channel.
_setVoltage(Integer) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.VOLTAGE Channel.
_setVoltage(int) - Method in interface io.openems.edge.battery.api.Battery
Internal method to set the 'nextValue' on Battery.ChannelId.VOLTAGE Channel.
_setVoltage(Integer) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.VOLTAGE Channel.
_setVoltage(int) - Method in interface io.openems.edge.meter.api.SymmetricMeter
Internal method to set the 'nextValue' on SymmetricMeter.ChannelId.VOLTAGE Channel.
_setVoltageL1(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L1 Channel.
_setVoltageL1(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L1 Channel.
_setVoltageL2(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L2 Channel.
_setVoltageL2(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L2 Channel.
_setVoltageL3(Integer) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L3 Channel.
_setVoltageL3(int) - Method in interface io.openems.edge.meter.api.AsymmetricMeter
Internal method to set the 'nextValue' on AsymmetricMeter.ChannelId.VOLTAGE_L3 Channel.
_setWasOutOfMemory(boolean) - Method in interface io.openems.edge.common.component.ComponentManager
Internal method to set the 'nextValue' on ComponentManager.ChannelId.WAS_OUT_OF_MEMORY Channel.
_setWatchdog(Integer) - Method in interface io.openems.edge.battery.soltaro.single.versionb.SingleRackVersionB
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links